Update workflows for 2.5.x

This commit is contained in:
Eleftheria Stein
2021-05-19 09:23:42 +02:00
parent 0f63b0c4c8
commit 0033adf74e
2 changed files with 7 additions and 4 deletions

View File

@@ -1,9 +1,9 @@
name: CI
name: 2.5.x CI
on:
push:
branches:
- main
- 2.5.x
schedule:
- cron: '0 10 * * *' # Once per day at 10am UTC
workflow_dispatch: # Manual trigger

View File

@@ -1,6 +1,9 @@
name: PR Build
name: 2.5.x PR Build
on: pull_request
on:
pull_request:
branches:
- 2.5.x
jobs:
build: