mirror of
https://github.com/cedar2025/hysteria.git
synced 2025-06-30 00:09:58 +00:00
ci: limit release actions to run on master/main/release branches only
This commit is contained in:
parent
9cec566384
commit
14043d9b50
4
.github/workflows/release-docker.yaml
vendored
4
.github/workflows/release-docker.yaml
vendored
@ -4,6 +4,10 @@ on:
|
||||
push:
|
||||
tags:
|
||||
- 'v*'
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
- release
|
||||
|
||||
jobs:
|
||||
docker:
|
||||
|
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -4,6 +4,10 @@ on:
|
||||
push:
|
||||
tags:
|
||||
- 'v*'
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
- release
|
||||
|
||||
jobs:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user