Skip to content

Commit

Permalink
github: temporarily run worklow on any push
Browse files Browse the repository at this point in the history
  • Loading branch information
matzf committed Jan 30, 2025
1 parent 593132f commit 455e3d9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/jvm_package_deploy.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Maven build and deploy JVM
on:
push:
tags:
- '*'
# XXX temporarily run on every push
# tags:
# - '*'
workflow_dispatch:
inputs:
package_version:
Expand Down

0 comments on commit 455e3d9

Please sign in to comment.