diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2024-10-28 14:43:35 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2024-10-28 14:49:36 -0300 |
commit | 268c2d38309c820c7fa9fde953559795ca328862 (patch) | |
tree | dba3f87a117d6979bf0954c23b59b6d9260ab584 | |
parent | b6abbb63b1d615150786b81dbc74291b020324f3 (diff) | |
download | luafilesystem-268c2d38309c820c7fa9fde953559795ca328862.tar.gz luafilesystem-268c2d38309c820c7fa9fde953559795ca328862.tar.bz2 luafilesystem-268c2d38309c820c7fa9fde953559795ca328862.zip |
CI: don't duplicate runs
-rw-r--r-- | .github/workflows/ci.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a89b76b..2e8364e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml | |||
@@ -1,6 +1,10 @@ | |||
1 | name: ci | 1 | name: ci |
2 | 2 | ||
3 | on: [push, pull_request] | 3 | on: |
4 | pull_request: | ||
5 | push: | ||
6 | branches: | ||
7 | - master | ||
4 | 8 | ||
5 | jobs: | 9 | jobs: |
6 | TestMatrix: | 10 | TestMatrix: |