Skip to content

Commit

Permalink
ci: do not start test if github files are edited
Browse files Browse the repository at this point in the history
  • Loading branch information
Tchoupinax committed Dec 15, 2024
1 parent 546f9ad commit cbe0f4e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ on:
pull_request:
branches:
- master
types: [ opened, synchronize, reopened ]
types: [opened, synchronize, reopened]
paths-ignore:
- .github

env:
CRATE_NAME: iggy
Expand Down

0 comments on commit cbe0f4e

Please sign in to comment.