Skip to content

Commit bc45d4f

Browse files
authored
fix: trigger build and check when push to main (#1090)
1 parent cc6c312 commit bc45d4f

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/build-push-containers-all.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ on:
77
- labeled
88
- opened
99
- synchronize
10+
1011
push:
12+
branches:
13+
- main
1114
tags:
1215
- '[0-9]*.[0-9]*.[0-9]*'
1316

.github/workflows/checks-all.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
- opened
88
- synchronize
99
push:
10+
branches:
11+
- main
1012
tags:
1113
- '[0-9]*.[0-9]*.[0-9]*'
1214

0 commit comments

Comments
 (0)