Skip to content

Commit 783861a

Browse files
committed
remove test trigger
1 parent 6d7f776 commit 783861a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: build and push nightly image
33
on:
44
push:
55
branches:
6-
#- master
7-
- "**" # push test image
6+
- master
7+
88
concurrency:
99
group: ${{ github.workflow }}-${{ github.ref }}
1010
cancel-in-progress: true

0 commit comments

Comments
 (0)