are we on dev branch?

This commit is contained in:
mike cullerton 2024-09-12 11:40:12 -04:00
parent 0575593a54
commit 492d7afaeb

View File

@ -68,7 +68,6 @@ jobs:
- run_tests
- sonarcloud
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/dev'
permissions:
contents: read
packages: write
@ -76,6 +75,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
path: dev
- name: Log in to the Container registry
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9