Skip to content

Commit

Permalink
Modify action
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Liu <andy@madmachine.io>
  • Loading branch information
andy0808 committed Oct 29, 2024
1 parent bf95fe6 commit 7216a3d
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,18 @@ name: build
on:
push:
branches:
- main
- 'fix/**'
- 'feature/**'
- 'fix/**'
- develop
- main
- 'release/**'
paths:
- 'Sources/**'
- 'Examples/**'
- 'Tests/**'
pull_request:
branches:
- main
- 'release/**'
schedule:
- cron: '1 0 * * 4'

Expand Down

0 comments on commit 7216a3d

Please sign in to comment.