diff options
author | streetturtle <streetturtle@users.noreply.github.com> | 2020-12-02 09:22:39 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-02 09:22:39 -0500 |
commit | f078748e76eacae599cf0ad06120d9fff54f8fa5 (patch) | |
tree | 2e15dee50ab980a4f288099884ee4d125c32137e | |
parent | bc7008458e90edbf4a48a3356433c8b96b850335 (diff) |
Update build.yml
-rw-r--r-- | .github/workflows/build.yml | 3 |
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 ] |