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