Compare commits

...

2 Commits

Author SHA1 Message Date
ec79a0c5cf Remove duplicate Push Container step in deploy workflow
All checks were successful
Deploy / build (push) Successful in 32s
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-02-27 11:35:11 +01:00
2dcacdbe8d Exclude master from build workflow trigger
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-02-27 11:34:39 +01:00
2 changed files with 1 additions and 3 deletions

View File

@@ -3,6 +3,7 @@ on:
push:
branches:
- '*'
- '!master'
jobs:
build:
runs-on: ubuntu-latest

View File

@@ -30,6 +30,3 @@ jobs:
- name: Push Container
run: docker push gitea.seeseepuff.be/seeseemelk/webgit:latest
- name: Push Container
run: docker push gitea.seeseepuff.be/seeseemelk/webgit:latest