Skip to content

Commit

Permalink
added paths-ignore to the pr checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarahligbe authored Aug 9, 2024
1 parent 80317ed commit 9c658f2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pr-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: PR Deploy
on:
pull_request:
types: [opened, synchronize, reopened, closed]
paths-ignore:
- "README.md"
- ".github/workflows/**"

jobs:
deploy-pr:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Test
on:
pull_request:
types: [opened, synchronize, reopened, closed]
paths-ignore:
- "README.md"
- ".github/workflows/**"

jobs:
test:
Expand Down

0 comments on commit 9c658f2

Please sign in to comment.