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