ci: workflows on main push should trigger on master push

This commit is contained in:
Chris Montgomery 2021-09-18 15:47:11 -04:00 committed by David Arnold
parent a3b2bcf3d5
commit 54a9a8366e
2 changed files with 2 additions and 0 deletions

View file

@ -3,6 +3,7 @@ on:
push:
branches:
- main
- master
- trying
- staging
jobs:

View file

@ -4,6 +4,7 @@ on:
push:
branches:
- main
- master
jobs:
deploy: