GitHub Actions: rename branch
This commit is contained in:
parent
6861e7b3fc
commit
33143dee49
|
@ -2,9 +2,9 @@ name: Push
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
branches: [ main ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
branches: [ main ]
|
||||
|
||||
jobs:
|
||||
|
||||
|
|
Loading…
Reference in New Issue