run ci workflow also for tag pushes, all prs, cron

This commit is contained in:
Andrei Neculau 2021-01-05 01:44:20 +01:00
parent 7aa4d45473
commit 45dae88fa5
No known key found for this signature in database
GPG Key ID: 79FA7EE650BF9A61

View File

@ -4,9 +4,13 @@ on:
push:
branches:
- master
tags:
- '*'
pull_request:
branches:
- master
- '**'
schedule:
- cron: 0 0 * * *
jobs:
ci:
strategy: