Skip to content

Commit

Permalink
SW CI: Add paths filter
Browse files Browse the repository at this point in the history
  • Loading branch information
amitdo authored Aug 21, 2022
1 parent 0b92409 commit 735bb7e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/sw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,19 @@ name: sw

on:
push:
paths:
- '**.cpp'
- '**.h'
- '**/sw.yml'
- 'unittest/**.c'
- 'unittest/**.cc'
pull_request:
paths:
- '**.cpp'
- '**.h'
- '**/sw.yml'
- 'unittest/**.c'
- 'unittest/**.cc'
schedule:
# every day
- cron: 0 0 * * *
Expand Down

0 comments on commit 735bb7e

Please sign in to comment.