Skip to content

Commit

Permalink
Only trigger release on tag version push
Browse files Browse the repository at this point in the history
  • Loading branch information
BuriedStPatrick committed Jun 30, 2020
1 parent c752eec commit 1d2cbe1
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
name: "Create release"
on: # rebuild any PRs and main branch changes
on:
push:
branches:
- master
# tags:
#- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
tags:
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10

jobs:
build:
Expand Down

0 comments on commit 1d2cbe1

Please sign in to comment.