Merge pull request #27 from actions/use-new-default-branch
Some checks failed
Mongodb Service Example / container-job (push) Has been cancelled
Mongodb Service Example / vm-job (push) Has been cancelled
Postgres Service Example / container-job (push) Has been cancelled
Postgres Service Example / vm-job (push) Has been cancelled
Redis Service Example / container-job (push) Has been cancelled
Redis Service Example / vm-job (push) Has been cancelled
Some checks failed
Mongodb Service Example / container-job (push) Has been cancelled
Mongodb Service Example / vm-job (push) Has been cancelled
Postgres Service Example / container-job (push) Has been cancelled
Postgres Service Example / vm-job (push) Has been cancelled
Redis Service Example / container-job (push) Has been cancelled
Redis Service Example / vm-job (push) Has been cancelled
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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- main
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- main
|
||||||
|
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
|
|||||||
4
.github/workflows/postgres-service.yml
vendored
4
.github/workflows/postgres-service.yml
vendored
@@ -3,10 +3,10 @@ name: Postgres Service Example
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- main
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
container-job:
|
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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- main
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
container-job:
|
container-job:
|
||||||
|
|||||||
Reference in New Issue
Block a user