Skip to content

Commit 650c2af

Browse files
authored
Update on-push.yml
Only on pushing branches, ignore when tagged.
1 parent fcd1cae commit 650c2af

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/on-push.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ name: Build and publish Docker image on push
55
# separate terms of service, privacy policy, and support
66
# documentation.
77

8-
on: push
8+
on:
9+
push:
10+
branches:
11+
- '**'
912

1013
env:
1114
# Use docker.io for Docker Hub if empty

0 commit comments

Comments
 (0)