Update workflows to main (#2118)

This commit is contained in:
Anuraag Agrawal 2021-01-26 20:26:00 +09:00 committed by GitHub
parent 2d683d4289
commit cd1ad985d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 6 deletions

View File

@ -5,7 +5,7 @@ on:
paths:
- 'smoke-tests/grpc/**'
- '.github/workflows/build-grpc-smoke-dist.yaml'
branches: 'master'
branches: 'main'
workflow_dispatch:
jobs:

View File

@ -5,7 +5,7 @@ on:
paths:
- 'smoke-tests/play/**'
- '.github/workflows/build-play-smoke-dist.yaml'
branches: 'master'
branches: 'main'
workflow_dispatch:
jobs:

View File

@ -5,7 +5,7 @@ on:
paths:
- 'smoke-tests/fake-backend/**'
- '.github/workflows/build-smoke-dist-fakebackend.yaml'
branches: 'master'
branches: 'main'
workflow_dispatch:
jobs:

View File

@ -5,7 +5,7 @@ on:
paths:
- 'smoke-tests/springboot/**'
- '.github/workflows/build-springboot-smoke-dist.yaml'
branches: 'master'
branches: 'main'
workflow_dispatch:
jobs:

View File

@ -5,7 +5,7 @@ on:
paths:
- 'smoke-tests/matrix/**'
- '.github/workflows/build-test-matrix.yaml'
branches: 'master'
branches: 'main'
workflow_dispatch:
jobs:

View File

@ -4,7 +4,7 @@ on:
workflow_dispatch:
push:
branches:
- master
- main
jobs:
build: