We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5c69e85 + d5f90fd commit 8379169Copy full SHA for 8379169
.github/workflows/build-push.yaml
@@ -1,5 +1,8 @@
1
name: Build and Push Image
2
-on: [ push ]
+on:
3
+ push:
4
+ branches:
5
+ - main
6
7
jobs:
8
build:
.github/workflows/release-build-push.yaml
@@ -3,7 +3,9 @@ name: Release Build and Push Image
on:
push:
tags:
- - "*"
+ - "*"
9
10
11
0 commit comments