Skip to content

Commit

Permalink
Changed the workflow to accept all tags begining with v
Browse files Browse the repository at this point in the history
  • Loading branch information
curiousjaki committed Jan 4, 2023
1 parent e7d03a4 commit 39d6764
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@ name: build_and_release
run-name: build and release the tilt plugin
on:
push:
#branches:
# - "main"
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
- 'v*'
jobs:
build-and-release:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 39d6764

Please sign in to comment.