diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2024-06-21 14:00:32 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2024-06-21 14:00:58 -0300 |
commit | e403815e5af5f95f1fa5bfdfc178e025e1103ba4 (patch) | |
tree | f47cc5282114b8bfed065fb8d33d0e9fbe4de9fd /.github | |
parent | a51f0bfdfe940200fe77db43103e3065a1cfb030 (diff) | |
download | luarocks-e403815e5af5f95f1fa5bfdfc178e025e1103ba4.tar.gz luarocks-e403815e5af5f95f1fa5bfdfc178e025e1103ba4.tar.bz2 luarocks-e403815e5af5f95f1fa5bfdfc178e025e1103ba4.zip |
tests: enable Github Actions workflow_dispatch
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f9b897f4..d856e77f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml | |||
@@ -5,6 +5,8 @@ on: | |||
5 | branches: master | 5 | branches: master |
6 | pull_request: | 6 | pull_request: |
7 | branches: '*' | 7 | branches: '*' |
8 | workflow_dispatch: | ||
9 | branches: '*' | ||
8 | 10 | ||
9 | jobs: | 11 | jobs: |
10 | ############################################################################## | 12 | ############################################################################## |