Skip to content

Commit

Permalink
Merge pull request #392 from onelogin/manual-workflow
Browse files Browse the repository at this point in the history
Enable manual github actions workflow run.
  • Loading branch information
not-ol-github authored Nov 18, 2022
2 parents ad84787 + d5b713d commit 6d7fc4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

name: java-saml CI with Maven

on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]

jobs:
test:
Expand Down

0 comments on commit 6d7fc4d

Please sign in to comment.