Skip to content

Commit

Permalink
[ci] enable workflow_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
rmannibucau committed May 13, 2024
1 parent 1f79c8b commit e5a7d2f
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 @@ -16,7 +16,7 @@

name: Github CI

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

env:
MAVEN_OPTS: -Dmaven.repo.local=/home/runner/work/fusion-examples/fusion-examples/.m2 -Dm2.location=/home/runner/work/fusion-examples/fusion-examples/.m2 -Dmaven.artifact.threads=256 -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn
Expand Down

0 comments on commit e5a7d2f

Please sign in to comment.