Skip to content

Commit

Permalink
ci: Run build workflow on default branch for caching
Browse files Browse the repository at this point in the history
Signed-off-by: robot9001 <[email protected]>
  • Loading branch information
robo9k committed Oct 7, 2023
1 parent 9ded179 commit 6b90696
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: "build"
permissions: {}

on:
# run on default branch to store caches
push:
branches: [ main ]
pull_request:

jobs:
Expand Down

0 comments on commit 6b90696

Please sign in to comment.