mirror of
https://github.com/cedar2025/hysteria.git
synced 2025-09-10 02:21:46 +00:00
ci: limit release actions to run on master/main/release branches only
This commit is contained in:
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:
|
||||
|
||||
|
Reference in New Issue
Block a user