6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-11-14 01:04:09 +00:00

ci: improve compatibility with main & nightly

This commit is contained in:
Régis Behmo 2023-05-29 11:18:09 +02:00
parent 87ae658773
commit 93688e18a1
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ name: Sync with private repo
on: on:
push: push:
branches: [ master, nightly ] branches: [ master, main, nightly ]
jobs: jobs:
sync: sync:

View File

@ -2,9 +2,9 @@ name: Run tests
on: on:
push: push:
branches: [ master, nightly ] branches: [ master, main, nightly ]
pull_request: pull_request:
branches: [ master, nightly ] branches: [ master, main, nightly ]
jobs: jobs:
tests: tests: