use new default branch
This commit is contained in:
4
.github/workflows/mongodb-service.yml
vendored
4
.github/workflows/mongodb-service.yml
vendored
@@ -3,10 +3,10 @@ name: Mongodb Service Example
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
|
||||
defaults:
|
||||
run:
|
||||
|
||||
4
.github/workflows/postgres-service.yml
vendored
4
.github/workflows/postgres-service.yml
vendored
@@ -3,10 +3,10 @@ name: Postgres Service Example
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
|
||||
jobs:
|
||||
container-job:
|
||||
|
||||
4
.github/workflows/redis-service.yml
vendored
4
.github/workflows/redis-service.yml
vendored
@@ -3,10 +3,10 @@ name: Redis Service Example
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
|
||||
jobs:
|
||||
container-job:
|
||||
|
||||
Reference in New Issue
Block a user