Skip to content

Commit

Permalink
rel: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
markokr committed Jul 9, 2020
1 parent 3f6345d commit 90f9252
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ name: REL

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

jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:

- name: Checkout code
id: checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 90f9252

Please sign in to comment.