Updated github actions to use new default main branch
refs https://github.com/TryGhost/Toolbox/issues/162
This commit is contained in:
parent
b6a5c0299a
commit
ce1ca68a58
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy-theme.yml
vendored
2
.github/workflows/deploy-theme.yml
vendored
|
@ -2,7 +2,7 @@ name: Deploy Theme
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-18.04
|
||||
|
|
Loading…
Reference in a new issue