Change workflow branch to main
This commit is contained in:
parent
9d4b6d333a
commit
daa220a451
|
@ -2,7 +2,7 @@ name: Deploy Theme
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-18.04
|
||||
|
|
|
@ -3,7 +3,7 @@ on:
|
|||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
- 'renovate/*'
|
||||
jobs:
|
||||
test:
|
||||
|
|
Loading…
Reference in New Issue