Skip to content

Commit

Permalink
Add ignore paths for GH workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
unsaturated committed Mar 6, 2024
1 parent 53a9f17 commit 904ceba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
push:
branches:
- main
paths-ignore:
- 'README.md'
- '.gitignore'
- '.editorconfig'

permissions:
contents: read
Expand Down

0 comments on commit 904ceba

Please sign in to comment.