Skip to content

Commit 88f0292

Browse files
authored
Add additional triggers for builds workflow (#264)
1 parent e587132 commit 88f0292

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/builds.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
name: Build GSI for Valid Architectures
22

33
on:
4+
push:
5+
branches:
6+
- main
7+
pull_request:
8+
workflow_dispatch:
49
schedule:
510
- cron: '0 8 * * *' # Cron uses UTC; run at nightly at midnight PST
611

0 commit comments

Comments
 (0)