Skip to content

Commit

Permalink
ci: Update workflow triggers to require push to master with v* tag
Browse files Browse the repository at this point in the history
  • Loading branch information
fmartingr committed Jan 5, 2025
1 parent 488e729 commit 9d3ae06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/autorelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ on:
workflow_dispatch:
workflow_call:
push:
branches: ["master"]
tags: ["v*"]
tags:
- 'v*'

concurrency:
group: ci-autorelease-${{ github.ref }}-1
Expand Down

0 comments on commit 9d3ae06

Please sign in to comment.