Skip to content

Commit

Permalink
Fixed trigger path filter (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
shibayan authored Dec 21, 2023
1 parent 17d5ca8 commit 2f8b6ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ on:
push:
branches: [ master ]
paths:
- ".github/workflows/build.yml"
- ".github/workflows/*.yml"
- "WinQuickLook*"
pull_request:
branches: [ master ]
paths:
- ".github/workflows/build.yml"
- ".github/workflows/*.yml"
- "WinQuickLook*"

env:
Expand Down

0 comments on commit 2f8b6ef

Please sign in to comment.