Updated github actions to use new default main branch

refs https://github.com/TryGhost/Toolbox/issues/162
This commit is contained in:
Joe Grigg 2022-01-11 08:58:27 +00:00
parent b6a5c0299a
commit ce1ca68a58

View file

@ -2,7 +2,7 @@ name: Deploy Theme
on:
push:
branches:
- master
- main
jobs:
deploy:
runs-on: ubuntu-18.04