use new default branch

This commit is contained in:
Andy McKay
2020-07-13 13:45:16 -07:00
parent 7ae0b005cc
commit 30306ecb1d
3 changed files with 17 additions and 17 deletions

View File

@@ -3,10 +3,10 @@ name: Mongodb Service Example
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main
defaults:
run:

View File

@@ -3,10 +3,10 @@ name: Postgres Service Example
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main
jobs:
container-job:

View File

@@ -3,10 +3,10 @@ name: Redis Service Example
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main
jobs:
container-job: