mirror of
https://github.com/sartography/cr-connect-workflow.git
synced 2025-02-24 13:48:30 +00:00
are we on dev branch?
This commit is contained in:
parent
0575593a54
commit
492d7afaeb
3
.github/workflows/build_image_from_dev.yml
vendored
3
.github/workflows/build_image_from_dev.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user