diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2022-08-25 18:52:43 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2022-08-25 18:52:43 -0300 |
commit | a810d33fe57ff76233e1a636c869c4958eb84ba3 (patch) | |
tree | 965eb71ac6f956849cdbba42bfd05cd4b90ea31d | |
parent | c5f3b16d7f44a187c5cefe4c7c622a0b8e678acc (diff) | |
download | luarocks-a810d33fe57ff76233e1a636c869c4958eb84ba3.tar.gz luarocks-a810d33fe57ff76233e1a636c869c4958eb84ba3.tar.bz2 luarocks-a810d33fe57ff76233e1a636c869c4958eb84ba3.zip |
CI: run test workflow on pull requests
-rw-r--r-- | .github/workflows/test.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7af0a598..ffa744c7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml | |||
@@ -1,6 +1,10 @@ | |||
1 | name: test | 1 | name: test |
2 | 2 | ||
3 | on: [push] | 3 | on: |
4 | push: | ||
5 | branches: main | ||
6 | pull_request: | ||
7 | branches: '*' | ||
4 | 8 | ||
5 | jobs: | 9 | jobs: |
6 | ############################################################################## | 10 | ############################################################################## |