Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
clamoriniere committed Aug 9, 2021
1 parent f8b6a29 commit f40ab7d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
name: release
on:
push:
branches:
- main
- "v[0-9]+.[0-9]+"
tags:
- "v*"
jobs:
build:
runs-on: ubuntu-latest
if: ${{ github.event.base_ref == 'refs/heads/main' || github.event.base_ref == 'v[0-9]+.[0-9]+' }}
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit f40ab7d

Please sign in to comment.