mirror of
https://github.com/valitydev/jesse.git
synced 2024-11-06 09:35:23 +00:00
run ci workflow also for tag pushes, all prs, cron
This commit is contained in:
parent
7aa4d45473
commit
45dae88fa5
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -4,9 +4,13 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
tags:
|
||||
- '*'
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- '**'
|
||||
schedule:
|
||||
- cron: 0 0 * * *
|
||||
jobs:
|
||||
ci:
|
||||
strategy:
|
||||
|
Loading…
Reference in New Issue
Block a user