Update build.yml

This commit is contained in:
streetturtle 2020-12-02 09:22:39 -05:00 committed by GitHub
parent bc7008458e
commit f078748e76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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 ]