Skip to content

Commit 6d7fc4d

Browse files
Merge pull request #392 from onelogin/manual-workflow
Enable manual github actions workflow run.
2 parents ad84787 + d5b713d commit 6d7fc4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
name: java-saml CI with Maven
55

6-
on: [push, pull_request]
6+
on: [push, pull_request, workflow_dispatch]
77

88
jobs:
99
test:

0 commit comments

Comments
 (0)