ci: fixes 2

This commit is contained in:
Toby 2023-09-06 15:15:10 -07:00
parent e177b3563f
commit 1abddbff19
2 changed files with 0 additions and 4 deletions

View file

@ -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

View file

@ -4,7 +4,6 @@ on:
push:
branches:
- master
- wip-hy2
jobs:
build: