fix: rename branch
Some checks failed
Publish / Trigger Tag Function (push) Failing after 6s

This commit is contained in:
2026-02-13 22:11:41 +01:00
parent d2f56bb80d
commit 4be60fa2ab
2 changed files with 6 additions and 5 deletions

View File

@@ -2,12 +2,13 @@ name: Deploy
on:
push:
branches:
- main
tags:
- "v*"
env:
REGISTRY: git.bga.sh
IMAGE: ${{ github.repository_owner }}/vat-api.eu
DOCKER_BUILDKIT: 1
VERSION: ${{ github.ref_name }}
jobs:
deploy:

View File

@@ -3,7 +3,7 @@ name: Publish
on:
push:
branches:
- master
- main
env:
@@ -11,7 +11,7 @@ jobs:
trigger_tag:
name: Trigger Tag Function
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/main'
steps:
- name: Checkout code
uses: actions/checkout@v4