We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0540659 commit 9f6a7a5Copy full SHA for 9f6a7a5
.github/workflows/docker.yml
@@ -8,7 +8,7 @@ env:
8
9
jobs:
10
push-image:
11
- if: ${{ github.ref == 'refs/heads/master' }}
+ if: ${{ github.ref == 'refs/heads/master' || github.ref == 'refs/heads/feature/scdet' }}
12
runs-on: ubuntu-latest
13
permissions:
14
contents: read
0 commit comments