Enable CI on pushes but exclude PRs
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Lukáš Kucharczyk 2021-05-13 22:14:24 +00:00
parent 68ff64398e
commit a809d46d4e
1 changed files with 4 additions and 2 deletions

View File

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