Skip to content

Commit

Permalink
ci: strict ci trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
Taowyoo committed Oct 31, 2023
1 parent 855e807 commit 6c177d9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,19 @@ permissions:

on:
push:
paths-ignore:
- '*.md'
- 'LICENSE-APACHE'
- 'LICENSE-GPL'
branches:
- master
pull_request:
paths-ignore:
- '*.md'
- 'LICENSE-APACHE'
- 'LICENSE-GPL'
branches:
- master
merge_group:
schedule:
- cron: '0 18 * * *'
Expand Down

0 comments on commit 6c177d9

Please sign in to comment.