Update workflows to main (#2118)
This commit is contained in:
parent
2d683d4289
commit
cd1ad985d5
|
@ -5,7 +5,7 @@ on:
|
|||
paths:
|
||||
- 'smoke-tests/grpc/**'
|
||||
- '.github/workflows/build-grpc-smoke-dist.yaml'
|
||||
branches: 'master'
|
||||
branches: 'main'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
|
@ -5,7 +5,7 @@ on:
|
|||
paths:
|
||||
- 'smoke-tests/play/**'
|
||||
- '.github/workflows/build-play-smoke-dist.yaml'
|
||||
branches: 'master'
|
||||
branches: 'main'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
|
@ -5,7 +5,7 @@ on:
|
|||
paths:
|
||||
- 'smoke-tests/fake-backend/**'
|
||||
- '.github/workflows/build-smoke-dist-fakebackend.yaml'
|
||||
branches: 'master'
|
||||
branches: 'main'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
|
@ -5,7 +5,7 @@ on:
|
|||
paths:
|
||||
- 'smoke-tests/springboot/**'
|
||||
- '.github/workflows/build-springboot-smoke-dist.yaml'
|
||||
branches: 'master'
|
||||
branches: 'main'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
|
@ -5,7 +5,7 @@ on:
|
|||
paths:
|
||||
- 'smoke-tests/matrix/**'
|
||||
- '.github/workflows/build-test-matrix.yaml'
|
||||
branches: 'master'
|
||||
branches: 'main'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
|
@ -4,7 +4,7 @@ on:
|
|||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Reference in New Issue