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
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
- .gitea/workflows/02_build.yaml
|
||||
push:
|
||||
tags:
|
||||
- v*
|
||||
|
|
Loading…
Reference in New Issue