Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
This adds specific file path patterns to exclude from push events.
  • Loading branch information
isaak654 committed Mar 3, 2024
1 parent f4bc678 commit 586fedc
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ on:

push:
branches: [ master ]
paths-ignore:
- '**/*.md'
- '.editorconfig'
- '**/LICENSE*'
- '**/Sandboxie.ini'
- '**/Sandboxie-Plus.ini'
- '**/COPYING'
- '**/*.html'
- '**/*.txt'
- '**/*.png'
- '**/*.bmp'
pull_request:
branches: [ master ]

Expand Down

0 comments on commit 586fedc

Please sign in to comment.