Skip to content

Commit e93c92c

Browse files
committed
.github/workflows/ci: don't run on pushes (except to master)
1 parent 20f36e5 commit e93c92c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: ci
22

3-
on: [push, pull_request]
3+
on:
4+
pull_request: {}
5+
push:
6+
branches: [ $default-branch ]
47

58
jobs:
69
luacheck:

0 commit comments

Comments
 (0)