aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2024-02-20 14:10:04 -0300
committerHisham Muhammad <hisham@gobolinux.org>2024-02-20 14:10:04 -0300
commit0216c1366910d741f1b7e2558b6e6f58151b843d (patch)
treee459cc01477a71dd36ae772d0eb3017cad6c1aeb /.github
parent1ed80a15d215f5b924008f61f4a30da6139ca1bf (diff)
downloadluarocks-0216c1366910d741f1b7e2558b6e6f58151b843d.tar.gz
luarocks-0216c1366910d741f1b7e2558b6e6f58151b843d.tar.bz2
luarocks-0216c1366910d741f1b7e2558b6e6f58151b843d.zip
ci: run main tests on master branch as well
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 6179bb2b..603a5613 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -2,7 +2,7 @@ name: test
2 2
3on: 3on:
4 push: 4 push:
5 branches: main 5 branches: master
6 pull_request: 6 pull_request:
7 branches: '*' 7 branches: '*'
8 8