ci(docker): allow push for develop branch as well
This commit is contained in:
@@ -42,7 +42,7 @@ jobs:
|
|||||||
contents: read
|
contents: read
|
||||||
packages: write
|
packages: write
|
||||||
with:
|
with:
|
||||||
push: ${{ github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/') || github.event.pull_request.base.ref == 'main' }}
|
push: ${{ github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/') || github.event.pull_request.base.ref == 'main' || github.event.pull_request.base.ref == 'develop' }}
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|
||||||
notify-main:
|
notify-main:
|
||||||
|
|||||||
Reference in New Issue
Block a user