diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2024-02-20 14:10:04 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2024-02-20 14:10:04 -0300 |
commit | 0216c1366910d741f1b7e2558b6e6f58151b843d (patch) | |
tree | e459cc01477a71dd36ae772d0eb3017cad6c1aeb /.github | |
parent | 1ed80a15d215f5b924008f61f4a30da6139ca1bf (diff) | |
download | luarocks-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.yml | 2 |
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 | ||
3 | on: | 3 | on: |
4 | push: | 4 | push: |
5 | branches: main | 5 | branches: master |
6 | pull_request: | 6 | pull_request: |
7 | branches: '*' | 7 | branches: '*' |
8 | 8 | ||