Skip to content

Commit

Permalink
Update tag publishing filter
Browse files Browse the repository at this point in the history
  • Loading branch information
DrewCarlson committed Mar 6, 2023
1 parent 2000747 commit 933bb85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Publish

on:
create:
branches: [ main ]
push:
branches: [ main ]
tags:
- 'v*'

env:
ORG_GRADLE_PROJECT_signingInMemoryKey: ${{ secrets.ORG_GRADLE_PROJECT_signingInMemoryKey }}
Expand Down

0 comments on commit 933bb85

Please sign in to comment.