From ed424d78fd20a7826836ef66b493561ae8cfdbb1 Mon Sep 17 00:00:00 2001 From: Lars Hampe Date: Tue, 1 Oct 2024 20:46:27 +0200 Subject: [PATCH] ci: remove branches.yaml workflow --- .gitea/workflows/branches.yaml | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 .gitea/workflows/branches.yaml diff --git a/.gitea/workflows/branches.yaml b/.gitea/workflows/branches.yaml deleted file mode 100644 index b359d68..0000000 --- a/.gitea/workflows/branches.yaml +++ /dev/null @@ -1,11 +0,0 @@ -name: Build and Push Docker Image -run-name: ${{ gitea.actor }} -on: - push: - branches: - - "!main" - - "**/*" - -jobs: - tests: - uses: ./.gitea/workflows/test.yaml \ No newline at end of file