enable CI

This commit is contained in:
Nicola Murino 2021-06-20 22:01:34 +02:00
parent 2b328c82bb
commit c372ca4136
No known key found for this signature in database
GPG key ID: 2F1FB59433D5A8CB
2 changed files with 1 additions and 3 deletions

View file

@ -2,7 +2,7 @@ name: CI
on:
push:
branches: [main]
branches: [2.1.x]
pull_request:
jobs:

View file

@ -4,8 +4,6 @@ on:
#schedule:
# - cron: '0 4 * * *' # everyday at 4:00 AM UTC
push:
branches:
- main
tags:
- v*
pull_request: