mirror of
https://github.com/Retrospring/retrospring.git
synced 2024-11-20 14:29:53 +01:00
Update CI to use main instead of master
This commit is contained in:
parent
c2b448ae8c
commit
abc884aefd
1 changed files with 2 additions and 2 deletions
4
.github/workflows/retrospring.yml
vendored
4
.github/workflows/retrospring.yml
vendored
|
@ -2,9 +2,9 @@ name: Retrospring
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
branches: [ main ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
branches: [ main ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Reference in a new issue