Skip to content

Commit

Permalink
Try to exclude .github dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Piszmog committed Mar 30, 2024
1 parent 4a15c12 commit 58dfa52
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ on:
push:
branches:
- main
paths:
- '**'
- '!.github'
paths-ignore:
- '.github/**'
pull_request:
branches:
- main
Expand Down

0 comments on commit 58dfa52

Please sign in to comment.