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:
parent
87ae658773
commit
93688e18a1
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