Skip to content

Commit

Permalink
ci(release): trigger build on pushed tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommytrg committed Apr 16, 2021
1 parent a0dbcd4 commit 36df9c1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Release a draft release

on:
push:
branches: [ master ]
on:
push:
tags:
- '*'

jobs:
release:
Expand Down

0 comments on commit 36df9c1

Please sign in to comment.