mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-04 19:03:39 +00:00
Merge remote-tracking branch 'origin/master' into nightly
This commit is contained in:
commit
6d62660d26
2
.github/workflows/sync.yml
vendored
2
.github/workflows/sync.yml
vendored
@ -2,7 +2,7 @@ name: Sync with private repo
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master, nightly ]
|
||||
branches: [ master, main, nightly ]
|
||||
|
||||
jobs:
|
||||
sync:
|
||||
|
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user