Skip to content

Commit

Permalink
Merge pull request #390 from evo-lua/ci-gitignore-exclusion
Browse files Browse the repository at this point in the history
Disable GitHub Actions on .gitignore changes
  • Loading branch information
Duckwhale committed Dec 23, 2023
2 parents 06c2721 + 56f6b77 commit e216838
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 e216838

Please sign in to comment.