ci: change conditions

This commit is contained in:
Strix 2023-10-14 22:39:45 +02:00
parent 895909544d
commit 363659779c
No known key found for this signature in database
GPG key ID: 49B2E37B8915B774

View file

@ -1,5 +1,12 @@
when:
event: push
path:
include:
- "pkgr/**"
- "bootpkg/**"
- "pkgfile/**"
- "pkg/**"
- "manifest/**"
steps:
check: # check if the code compiles
@ -22,3 +29,5 @@ steps:
api_key:
from_secret: GITEA_ACCESS_TOKEN
target: main
when:
event: tag