diff options
author | Simon Steiner <ssteiner@apache.org> | 2024-07-15 13:40:57 +0100 |
---|---|---|
committer | Simon Steiner <ssteiner@apache.org> | 2024-07-15 13:40:57 +0100 |
commit | add90d5797769dbe4da40882b15a557449a27728 (patch) | |
tree | dede15cac1ce7ab7a53ec427967f17b88598df3e | |
parent | ef173cf4b2da33f2b84df3d17ecb71c1273c6e20 (diff) | |
download | xmlgraphics-fop-add90d5797769dbe4da40882b15a557449a27728.tar.gz xmlgraphics-fop-add90d5797769dbe4da40882b15a557449a27728.zip |
Allow to rerun ci
-rw-r--r-- | .github/workflows/maven.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index fe0ba64fc..a9c6e0f7e 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -4,6 +4,7 @@ name: Java CI with Maven on: + workflow_dispatch: push: branches: [ "main" ] pull_request: |