Skip to content

Commit

Permalink
Merge pull request #386 from evo-lua/ci-changelog-exclusion
Browse files Browse the repository at this point in the history
Disable the build workflows for changelog updates
  • Loading branch information
Duckwhale committed Dec 21, 2023
2 parents ea0d1c1 + b4ca3d1 commit 47fbcac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
- main
paths-ignore:
- '**.md'
- 'changelog.lua'
create:
# Any branch or tag
concurrency:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
- main
paths-ignore:
- '**.md'
- 'changelog.lua'
create:
# Any branch or tag
concurrency:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
- main
paths-ignore:
- '**.md'
- 'changelog.lua'
create:
# Any branch or tag
concurrency:
Expand Down

0 comments on commit 47fbcac

Please sign in to comment.