Skip to content

Commit

Permalink
Ignore certain paths in pull_request event
Browse files Browse the repository at this point in the history
  • Loading branch information
1eyewonder committed Nov 19, 2023
1 parent d4fefd1 commit 6d31c24
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 @@
on:
pull_request:
types: [ opened, synchronize, reopened ]
paths-ignore:
- ".github"
- ".vscode"

jobs:
build:
Expand Down

0 comments on commit 6d31c24

Please sign in to comment.