summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorstreetturtle <streetturtle@users.noreply.github.com>2020-12-02 09:22:39 -0500
committerGitHub <noreply@github.com>2020-12-02 09:22:39 -0500
commitf078748e76eacae599cf0ad06120d9fff54f8fa5 (patch)
tree2e15dee50ab980a4f288099884ee4d125c32137e /.github
parentbc7008458e90edbf4a48a3356433c8b96b850335 (diff)
Update build.yml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 38efd23..1bfeee3 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -6,7 +6,8 @@ name: luacheck
on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
- branches: [ master ]
+ branches:
+ - '*'
pull_request:
branches: [ master ]