Enable CI on pushes but exclude PRs

This commit is contained in:
2021-05-13 22:14:24 +00:00
parent 68ff64398e
commit a809d46d4e

@ -10,5 +10,7 @@ steps:
trigger:
event:
- tag
- cron
- push
- cron
exclude:
- pull_request