Skip to content

Commit

Permalink
Use create event to ensure tag exists for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
evanpurkhiser committed Mar 8, 2020
1 parent 61e78f0 commit 277d737
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
name: build
on:
push:
branches: [ releases/2.x ]
tags: [ 'v*' ]
on: [ push, create ]

jobs:
build:
Expand Down

0 comments on commit 277d737

Please sign in to comment.