diff options
| author | Hisham Muhammad <hisham@gobolinux.org> | 2026-03-12 19:18:55 -0300 |
|---|---|---|
| committer | Hisham Muhammad <hisham@gobolinux.org> | 2026-03-12 19:19:37 -0300 |
| commit | 1411206585364ae98736e74af96163adc7fe504f (patch) | |
| tree | 788155906dbeae6584022244634ccb54ee49f660 | |
| parent | f56df5b1ae432900e2603e57a2183ef365345355 (diff) | |
| download | lua-compat-5.3-1411206585364ae98736e74af96163adc7fe504f.tar.gz lua-compat-5.3-1411206585364ae98736e74af96163adc7fe504f.tar.bz2 lua-compat-5.3-1411206585364ae98736e74af96163adc7fe504f.zip | |
ci: be explicit about status check rules
| -rw-r--r-- | .github/workflows/bit32-multi-arch-tests.yml | 1 | ||||
| -rw-r--r-- | .github/workflows/compat53-tests.yml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/bit32-multi-arch-tests.yml b/.github/workflows/bit32-multi-arch-tests.yml index b99d0e9..3592d58 100644 --- a/.github/workflows/bit32-multi-arch-tests.yml +++ b/.github/workflows/bit32-multi-arch-tests.yml | |||
| @@ -3,6 +3,7 @@ on: | |||
| 3 | push: | 3 | push: |
| 4 | branches: ["master"] | 4 | branches: ["master"] |
| 5 | pull_request: | 5 | pull_request: |
| 6 | branches: ["master"] | ||
| 6 | jobs: | 7 | jobs: |
| 7 | bit32-test: | 8 | bit32-test: |
| 8 | runs-on: ubuntu-latest | 9 | runs-on: ubuntu-latest |
diff --git a/.github/workflows/compat53-tests.yml b/.github/workflows/compat53-tests.yml index 22ea334..9111ed2 100644 --- a/.github/workflows/compat53-tests.yml +++ b/.github/workflows/compat53-tests.yml | |||
| @@ -3,6 +3,7 @@ on: | |||
| 3 | push: | 3 | push: |
| 4 | branches: ["master"] | 4 | branches: ["master"] |
| 5 | pull_request: | 5 | pull_request: |
| 6 | branches: ["master"] | ||
| 6 | jobs: | 7 | jobs: |
| 7 | compat53-test: | 8 | compat53-test: |
| 8 | runs-on: ubuntu-latest | 9 | runs-on: ubuntu-latest |
