Compare commits
3 Commits
c7b8e24a54
...
9072e253ec
Author | SHA1 | Date | |
---|---|---|---|
9072e253ec | |||
063ad113d7 | |||
097be0f555 |
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
@@ -3,7 +3,7 @@ name: Rust Cross-Platform Build
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches: [ "development", "main", "feature/*", "bugfix/*", "enhancement/*" ]
|
||||
branches: [ "development", "main", "staging" ]
|
||||
tags: [ "v*.*.*" ]
|
||||
|
||||
env:
|
||||
@@ -199,13 +199,6 @@ set-tag:
|
||||
echo "tag_name=${new_tag}" >> $GITHUB_OUTPUT
|
||||
echo "should_tag=true" >> $GITHUB_OUTPUT
|
||||
echo "Creating new patch version tag: ${new_tag}"
|
||||
|
||||
else
|
||||
echo "Not on main, development, or staging branch."
|
||||
echo "Branch: ${GITHUB_REF}"
|
||||
echo "Skipping tag creation and Docker build."
|
||||
echo "should_tag=false" >> $GITHUB_OUTPUT
|
||||
# Don't set tag_name output for non-release branches
|
||||
fi
|
||||
|
||||
docker-build:
|
||||
|
Reference in New Issue
Block a user