Run action also on workflow update
This commit is contained in:
@ -3,6 +3,8 @@ name: Build Docker image
|
||||
on:
|
||||
push:
|
||||
branches: [master, main]
|
||||
paths:
|
||||
- ".gitea/workflows/docker.yaml"
|
||||
|
||||
jobs:
|
||||
build-docker:
|
||||
|
@ -3,6 +3,8 @@ name: Build LaTeX document
|
||||
on:
|
||||
push:
|
||||
branches: [master, main]
|
||||
paths:
|
||||
- ".gitea/workflows/latex.yaml"
|
||||
|
||||
jobs:
|
||||
build-latex:
|
||||
|
Reference in New Issue
Block a user