Skip to content

Commit 8db71d1

Browse files
committed
Add: added allowance for development branch
1 parent fb0fce9 commit 8db71d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env:
1717
# There is a single job in this workflow. It's configured to run on the latest available version of Ubuntu.
1818
jobs:
1919
build-and-push-image:
20-
if: github.event.pull_request.merged == true
20+
if: github.event.pull_request.merged == true || github.base_ref == '31-fix-cidi-pipeline'
2121
runs-on: ubuntu-latest
2222
# Sets the permissions granted to the `GITHUB_TOKEN` for the actions in this job.
2323
permissions:

0 commit comments

Comments
 (0)