Skip to content

Commit

Permalink
updated "paths-ignore" in build rules for ".github" folder
Browse files Browse the repository at this point in the history
dont trigger and publish build when changes only in ".github" folder
  • Loading branch information
stamepicmorg committed Dec 3, 2023
1 parent d672d76 commit 6d3a663
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches: [master]
paths-ignore:
- '**.md'
- '.github/**'

pull_request:
types: [opened, reopened, synchronize]
Expand Down

0 comments on commit 6d3a663

Please sign in to comment.