if pull request modifies build.yaml it sould run
This commit is contained in:
parent
9bc8a3812f
commit
e172ca1d08
|
@ -1,5 +1,8 @@
|
||||||
name: Build image
|
name: Build image
|
||||||
on:
|
on:
|
||||||
|
pull_request:
|
||||||
|
paths:
|
||||||
|
- .gitea/workflows/02_build.yaml
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- v*
|
- v*
|
||||||
|
|
Loading…
Reference in New Issue