Skip to content

Commit

Permalink
;ci: release: tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichael committed Jun 9, 2020
1 parent f6d1747 commit cdfc508
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
# Create a github release, when a "v*" tag is pushed to master.
# Create a github release, when a tag starting with a digit is pushed (anywhere ?)

# https://github.com/actions/create-release

name: Create Release

on:
push:
tags: [ 'v*' ]
branches: [ master ]
tags: [ '[0-9]*' ]

jobs:
build:
Expand Down

0 comments on commit cdfc508

Please sign in to comment.