Skip to content

Commit 9f6a7a5

Browse files
committed
chore: ci
1 parent 0540659 commit 9f6a7a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ env:
88

99
jobs:
1010
push-image:
11-
if: ${{ github.ref == 'refs/heads/master' }}
11+
if: ${{ github.ref == 'refs/heads/master' || github.ref == 'refs/heads/feature/scdet' }}
1212
runs-on: ubuntu-latest
1313
permissions:
1414
contents: read

0 commit comments

Comments
 (0)