Skip to content

Commit

Permalink
🐛 fix bug where release pipeline is triggered on every branch creation (
Browse files Browse the repository at this point in the history
  • Loading branch information
ryandens authored Jul 14, 2021
1 parent 2488d67 commit b77175d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: release
on:
create:
tags: ['^[0-9]+\.[0-9]+\.[0-9]+']
push:
tags: ['[0-9]+\.[0-9]+\.[0-9]+']

jobs:
test:
Expand Down

0 comments on commit b77175d

Please sign in to comment.