aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2024-10-28 14:43:35 -0300
committerHisham Muhammad <hisham@gobolinux.org>2024-10-28 14:49:36 -0300
commit268c2d38309c820c7fa9fde953559795ca328862 (patch)
treedba3f87a117d6979bf0954c23b59b6d9260ab584
parentb6abbb63b1d615150786b81dbc74291b020324f3 (diff)
downloadluafilesystem-268c2d38309c820c7fa9fde953559795ca328862.tar.gz
luafilesystem-268c2d38309c820c7fa9fde953559795ca328862.tar.bz2
luafilesystem-268c2d38309c820c7fa9fde953559795ca328862.zip
CI: don't duplicate runs
-rw-r--r--.github/workflows/ci.yml6
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 @@
1name: ci 1name: ci
2 2
3on: [push, pull_request] 3on:
4 pull_request:
5 push:
6 branches:
7 - master
4 8
5jobs: 9jobs:
6 TestMatrix: 10 TestMatrix: