Skip to content

Commit

Permalink
re-enable the version tag requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
tbttfox committed Jan 3, 2023
1 parent fc4e1d2 commit 06729e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: build
on:
push:
branches: [ master ]
#tags:
# - v*
tags:
- v*
pull_request:
branches: [ master ]

Expand Down Expand Up @@ -193,7 +193,7 @@ jobs:
runs-on: ubuntu-latest

# Only run on e.g. v0.1.0
#if: startsWith(github.ref, 'refs/tags/v')
if: startsWith(github.ref, 'refs/tags/v')

steps:
- name: Checkout code
Expand Down

0 comments on commit 06729e5

Please sign in to comment.