Skip to content

Commit a9157bb

Browse files
ci: don't push on non-main branches
Signed-off-by: Tiago Castro <[email protected]>
1 parent 8b881ce commit a9157bb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@
1313
# limitations under the License.
1414
name: build
1515

16-
on: ['push']
16+
on:
17+
push:
18+
branches:
19+
- 'main'
1720

1821
jobs:
1922
images:

0 commit comments

Comments
 (0)