fix: add .gitea/** to workflow path triggers
Docker Build (ARM64) / Build & Push (push) Failing after 6s
Docker Build (ARM64) / Build & Push (push) Failing after 6s
This commit is contained in:
@@ -10,6 +10,7 @@ on:
|
||||
- 'frontend/**'
|
||||
- 'package*.json'
|
||||
- '.dockerignore'
|
||||
- '.gitea/**'
|
||||
pull_request:
|
||||
branches: [main]
|
||||
paths:
|
||||
@@ -19,6 +20,7 @@ on:
|
||||
- 'frontend/**'
|
||||
- 'package*.json'
|
||||
- '.dockerignore'
|
||||
- '.gitea/**'
|
||||
workflow_dispatch:
|
||||
|
||||
concurrency:
|
||||
|
||||
Reference in New Issue
Block a user