Compare commits
No commits in common. "b9220ef04c447b476d497e7e2ac2f48b9c40c540" and "c1c8fb726dde2ac05e62e34fcfc6a07e5daafc10" have entirely different histories.
b9220ef04c
...
c1c8fb726d
@ -2,17 +2,11 @@ name: Auto Tag
|
|||||||
|
|
||||||
# Runs on every merge to master — reads the latest semver tag, increments
|
# Runs on every merge to master — reads the latest semver tag, increments
|
||||||
# the patch version, pushes a new tag, then runs release builds in this workflow.
|
# the patch version, pushes a new tag, then runs release builds in this workflow.
|
||||||
# workflow_dispatch allows manual triggering when Gitea drops a push event.
|
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
workflow_dispatch:
|
|
||||||
|
|
||||||
concurrency:
|
|
||||||
group: auto-tag-master
|
|
||||||
cancel-in-progress: false
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
autotag:
|
autotag:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user