Skip to content

Commit

Permalink
Only run publish when a github release is created
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbakker committed Mar 10, 2021
1 parent 3c75379 commit 35bba17
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/nebula-publish.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: "Publish to NetflixOSS and Maven Central"
on:
push:
tags:
- v*.*.*
- v*.*.*-rc.*
# push:
# tags:
# - v*.*.*
# - v*.*.*-rc.*
release:
types:
- created
Expand Down

0 comments on commit 35bba17

Please sign in to comment.