Skip to content

Commit

Permalink
Fix release process
Browse files Browse the repository at this point in the history
  • Loading branch information
clamoriniere committed Aug 30, 2021
1 parent c0fb6f3 commit 18a2712
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: release
on:
push:
tags:
- "v*"
branches:
- "v*.*"
jobs:
build:
runs-on: ubuntu-latest
if: startsWith(github.ref, '/refs/heads/v[0-9].[0-9]')
if: startsWith(github.ref, '/refs/tags/v[0-9].[0-9]')
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 18a2712

Please sign in to comment.