Skip to content

Commit

Permalink
CI: Disable GitHub Actions on .gitignore changes
Browse files Browse the repository at this point in the history
No need to run build or even QA workflows in this case...
  • Loading branch information
Duckwhale committed Dec 23, 2023
1 parent 06c2721 commit 56f6b77
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/autoformat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
- main
paths-ignore:
- "README.MD"
- '.gitignore'

jobs:
check-format:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:
paths-ignore:
- '**.md'
- 'changelog.lua'
- '.gitignore'
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 @@ -13,6 +13,7 @@ on:
paths-ignore:
- '**.md'
- 'changelog.lua'
- '.gitignore'
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 @@ -13,6 +13,7 @@ on:
paths-ignore:
- '**.md'
- 'changelog.lua'
- '.gitignore'
create:
# Any branch or tag
concurrency:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
- main
paths-ignore:
- "README.MD"
- '.gitignore'

jobs:
luacheck:
Expand Down

0 comments on commit 56f6b77

Please sign in to comment.