if pull request modifies build.yaml it sould run
Unit Tests with docker compose and cargo / unit-test (push) Successful in 3m0s
Details
Unit Tests with docker compose and cargo / unit-test (push) Successful in 3m0s
Details
This commit is contained in:
parent
ce4c735a55
commit
e76b6b85c0
|
@ -1,5 +1,8 @@
|
|||
name: Build image
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
- .gitea/workflows/02_build.yaml
|
||||
push:
|
||||
tags:
|
||||
- v*
|
||||
|
|
Loading…
Reference in New Issue