6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-09-28 20:29:02 +00:00

Merge remote-tracking branch 'origin/master' into nightly

This commit is contained in:
Overhang.IO 2023-05-29 09:40:27 +00:00
commit 6d62660d26
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: