Skip to content

Commit 39ddcea

Browse files
committed
Add "push" on main to the triggers of the build action
Signed-off-by: Esteban Martinena <[email protected]>
1 parent 26f642a commit 39ddcea

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: build
22
on:
33
pull_request:
4+
push:
5+
branches:
6+
- main
47
schedule:
58
- cron: '35 0 * * *'
69
workflow_dispatch:

0 commit comments

Comments
 (0)