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 b80958b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/autorelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@ on:
workflow_dispatch:
workflow_call:
push:
branches: ["master"]
tags: ["v*"]
branches:
- master
tags:
- 'v*'
paths-ignore:
- '**.md'

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

0 comments on commit b80958b

Please sign in to comment.