We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cbf7b6 commit d83df5dCopy full SHA for d83df5d
.github/workflows/test.yml
@@ -1,9 +1,6 @@
1
name: Test
2
3
-on:
4
- push:
5
- paths-ignore: # Skip if only docs are updated
6
- - '*.md'
+on: [push, pull_request]
7
8
jobs:
9
luacheck:
0 commit comments