Skip to content

Commit 3cc8c7c

Browse files
authored
Add manual trigger option for CI workflow. (#22)
1 parent c3baf97 commit 3cc8c7c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci-functional-perl.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: CI for NJS-based SAML Implementation
22
run-name: ${{ github.actor }} is triggering pipeline
3-
on: [push]
3+
4+
on:
5+
push:
6+
workflow_dispatch:
47

58
jobs:
69
test-njs-saml:

0 commit comments

Comments
 (0)