aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2024-06-21 14:00:32 -0300
committerHisham Muhammad <hisham@gobolinux.org>2024-06-21 14:00:58 -0300
commite403815e5af5f95f1fa5bfdfc178e025e1103ba4 (patch)
treef47cc5282114b8bfed065fb8d33d0e9fbe4de9fd
parenta51f0bfdfe940200fe77db43103e3065a1cfb030 (diff)
downloadluarocks-e403815e5af5f95f1fa5bfdfc178e025e1103ba4.tar.gz
luarocks-e403815e5af5f95f1fa5bfdfc178e025e1103ba4.tar.bz2
luarocks-e403815e5af5f95f1fa5bfdfc178e025e1103ba4.zip
tests: enable Github Actions workflow_dispatch
-rw-r--r--.github/workflows/test.yml2
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
9jobs: 11jobs:
10 ############################################################################## 12 ##############################################################################