Always run by default
This commit is contained in:
@ -3,8 +3,9 @@ name: Build Docker image
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [master, main]
|
branches: [master, main]
|
||||||
paths:
|
# paths:
|
||||||
- ".gitea/workflows/docker.yaml"
|
# - ".gitea/workflows/docker.yaml"
|
||||||
|
# - "Dockerfile"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-docker:
|
build-docker:
|
||||||
|
@ -3,8 +3,8 @@ name: Build LaTeX document
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [master, main]
|
branches: [master, main]
|
||||||
paths:
|
# paths:
|
||||||
- ".gitea/workflows/latex.yaml"
|
# - ".gitea/workflows/latex.yaml"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-latex:
|
build-latex:
|
||||||
|
Reference in New Issue
Block a user