mirror of
https://github.com/apernet/hysteria.git
synced 2025-04-03 04:27:39 +03:00
ci: fixes 2
This commit is contained in:
parent
e177b3563f
commit
1abddbff19
2 changed files with 0 additions and 4 deletions
3
.github/workflows/docker.yml
vendored
3
.github/workflows/docker.yml
vendored
|
@ -1,7 +1,6 @@
|
|||
name: "Build Docker Image"
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
tags:
|
||||
- app/v*.*.*
|
||||
|
@ -15,8 +14,6 @@ jobs:
|
|||
steps:
|
||||
- name: Check out
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0 # fetch all tags
|
||||
|
||||
- name: Get version
|
||||
id: get_version
|
||||
|
|
1
.github/workflows/master.yml
vendored
1
.github/workflows/master.yml
vendored
|
@ -4,7 +4,6 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- master
|
||||
- wip-hy2
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue