Skip to content

Commit

Permalink
Update build_and_release_all.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecarr authored Jan 30, 2025
1 parent cc75cfe commit b94b93d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_release_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
branch:
description: 'Branch to build'
required: false
default: ${{ github.head_ref || github.ref_name }}
default: ''
push:
tags:
- 'release-v*' # Trigger for tags that start with 'v', e.g., v1.0.0, v2.1.3
Expand Down

0 comments on commit b94b93d

Please sign in to comment.