Skip to content

Commit

Permalink
Fix CI: Trigger the CI job when publishing a new GitHub Release (#351)
Browse files Browse the repository at this point in the history
  • Loading branch information
guizmaii authored Sep 25, 2023
1 parent 1267c9b commit fa6bc1a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
push:
branches:
- master
release:
types: [ published ] # Triggers the CI when a new GitHub Release is published

env:
JAVA_OPTS: -Xms6g -Xmx6g -XX:+UseG1GC
Expand Down

0 comments on commit fa6bc1a

Please sign in to comment.