diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/luacheck.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/workflows/luacheck.yml b/.github/workflows/luacheck.yml index cbf7c135..17942637 100644 --- a/.github/workflows/luacheck.yml +++ b/.github/workflows/luacheck.yml | |||
| @@ -1,6 +1,10 @@ | |||
| 1 | name: Luacheck | 1 | name: Luacheck |
| 2 | 2 | ||
| 3 | on: [ push, pull_request ] | 3 | on: |
| 4 | push: | ||
| 5 | branches: main | ||
| 6 | pull_request: | ||
| 7 | branches: '*' | ||
| 4 | 8 | ||
| 5 | jobs: | 9 | jobs: |
| 6 | 10 | ||
