Skip to content

Commit d83df5d

Browse files
authored
Allow actions to run on pr as well as push events (#233)
Also removed avoiding builds on doc only, since checks are required for merging.
1 parent 4cbf7b6 commit d83df5d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: Test
22

3-
on:
4-
push:
5-
paths-ignore: # Skip if only docs are updated
6-
- '*.md'
3+
on: [push, pull_request]
74

85
jobs:
96
luacheck:

0 commit comments

Comments
 (0)