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 6d7f776 commit 783861aCopy full SHA for 783861a
.github/workflows/nightly.yml
@@ -3,8 +3,8 @@ name: build and push nightly image
3
on:
4
push:
5
branches:
6
- #- master
7
- - "**" # push test image
+ - master
+
8
concurrency:
9
group: ${{ github.workflow }}-${{ github.ref }}
10
cancel-in-progress: true
0 commit comments