Skip to content

Commit

Permalink
Fix build workflow to run only on pushed tags
Browse files Browse the repository at this point in the history
  • Loading branch information
anergictcell committed Feb 12, 2021
1 parent 1a8d805 commit d5f52b9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/create_release.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
on:
create:
# Sequence of patterns matched against refs/tags
push:
branches:
- "!*"
tags:
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
- "v*"

name: Upload Release Asset

Expand Down

0 comments on commit d5f52b9

Please sign in to comment.