6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-11-13 08:46:34 +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:
push:
branches: [ master, nightly ]
branches: [ master, main, nightly ]
jobs:
sync:

View File

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