diff options
author | streetturtle <streetturtle@users.noreply.github.com> | 2022-01-23 19:19:49 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-23 19:19:49 -0500 |
commit | d7de3440bf5f7c825843fd43f7dd8a30cba76ce4 (patch) | |
tree | e18c00a21f3d127ce39f93b3c9a0e3595597b94d | |
parent | 2cfdc3f5f502259916205a89a0daa8f633258748 (diff) |
Update build.yml
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1bfeee3..bdb08e1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,6 +8,8 @@ on: push: branches: - '*' + paths: + - '**.lua' pull_request: branches: [ master ] |