ci: remove conflicting workflow exclusion to ensure triggers work
All checks were successful
Build and Push Docker Image / build (push) Successful in 12m42s

This commit is contained in:
Felix Schlusche
2026-03-04 10:37:31 +01:00
parent 9408a13251
commit a837a8af59

View File

@@ -16,7 +16,6 @@ on:
- '.gitea/workflows/**' - '.gitea/workflows/**'
- '!public/**/*.md' - '!public/**/*.md'
- '!**/*.md' - '!**/*.md'
- '!.gitea/workflows/**'
- '!.gitignore' - '!.gitignore'
pull_request: pull_request:
branches: branches:
@@ -33,7 +32,6 @@ on:
- '.gitea/workflows/**' - '.gitea/workflows/**'
- '!public/**/*.md' - '!public/**/*.md'
- '!**/*.md' - '!**/*.md'
- '!.gitea/workflows/**'
- '!.gitignore' - '!.gitignore'
env: env:
@@ -45,16 +43,6 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
# - name: Cache Gitea Actions
# uses: actions/cache@v3
# with:
# path: |
# ~/.cache/actcache
# ~/.cache/act
# key: ${{ runner.os }}-act-${{ hashFiles('**/.gitea/workflows/*.yml') }}
# restore-keys: |
# ${{ runner.os }}-act-
- name: Checkout code - name: Checkout code
uses: actions/checkout@v4 uses: actions/checkout@v4
@@ -81,7 +69,7 @@ jobs:
type=raw,value=latest,enable={{is_default_branch}} type=raw,value=latest,enable={{is_default_branch}}
- name: Build and push Docker image - name: Build and push Docker image
uses: docker/build-push-action@v5 uses: docker/build-push-action@v6
with: with:
context: . context: .
file: ./Dockerfile file: ./Dockerfile