Skip to content

Commit

Permalink
ci: ignore release candidate for changelog (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrockopp authored and plyr4 committed Dec 13, 2019
1 parent 96e59f3 commit 6f79a63
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@
name: release

# trigger on push events with `v*` in tag
# ignore push events with `v*-rc*` in tag
on:
push:
tags:
- 'v*'
- '!v*-rc*'

# pipeline to execute
jobs:
Expand Down

0 comments on commit 6f79a63

Please sign in to comment.