Skip to content

Commit

Permalink
CI: only trigger builds when pushing to main
Browse files Browse the repository at this point in the history
Change-Id: I6561ad3aa818f6e57a0c67c803602c2191f0adfd
  • Loading branch information
mvaisakh committed Feb 24, 2024
1 parent 53e557f commit 9ce9d17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/toolchain-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: GCC+LLD Build

on:
push:
branches: [ main ]
schedule:
- cron: '0 0 * * 0,4'

Expand Down

0 comments on commit 9ce9d17

Please sign in to comment.