feat: run CI workflow on tags
cron-checker / vulnerabilities (pull_request) Successful in 3m34s
cron-checker / test (pull_request) Successful in 4m34s

This commit is contained in:
2026-01-10 19:25:23 +01:00
parent f60ca960d6
commit 920500f335
+1
View File
@@ -3,6 +3,7 @@ name: cron-checker
on: on:
push: push:
branches: [main] branches: [main]
tags: ['*']
pull_request: pull_request:
branches: [main] branches: [main]