Skip to content

Commit

Permalink
Changed to deploy on release (#481)
Browse files Browse the repository at this point in the history
Rather than when a tag is pushed.
  • Loading branch information
freemanjp committed Aug 1, 2022
1 parent 5b23722 commit 0025998
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
@@ -1,8 +1,8 @@
name: Release
on:
push:
tags:
- '*'
release:
types:
- published
env:
JAVA_TOOL_OPTIONS: >-
-XX:TieredStopAtLevel=1
Expand Down

0 comments on commit 0025998

Please sign in to comment.