[ci] Run workflows for release branches

This commit is contained in:
Anisha Mohanty 2021-10-13 10:29:03 +05:30 committed by Gunnar Morling
parent 4a03c5df17
commit dea997e27a
18 changed files with 39 additions and 4 deletions

View File

@ -4,6 +4,7 @@ on:
push:
branches:
- master
- 1.*
paths:
- 'debezium-core/**'
- 'debezium-api/**'
@ -14,6 +15,7 @@ on:
pull_request:
branches:
- master
- 1.*
paths:
- 'debezium-core/**'
- 'debezium-api/**'

View File

@ -4,6 +4,7 @@ on:
push:
branches:
- master
- 1.*
paths:
- 'support/checkstyle/**'
- 'support/ide-configs/**'
@ -15,6 +16,7 @@ on:
pull_request:
branches:
- master
- 1.*
paths:
- 'support/checkstyle/**'
- 'support/ide-configs/**'

View File

@ -4,7 +4,9 @@ on:
# re security implications of using this trigger; in particular, no code from PR branches must
# be executed in any flows triggered by it
pull_request_target:
branches: [ master ]
branches:
- master
- 1.*
types: [ opened ]
jobs:
build:

View File

@ -4,6 +4,7 @@ on:
push:
branches:
- master
- 1.*
paths:
- 'debezium-core/**'
- 'debezium-api/**'
@ -14,6 +15,7 @@ on:
pull_request:
branches:
- master
- 1.*
paths:
- 'debezium-core/**'
- 'debezium-api/**'

View File

@ -1,7 +1,9 @@
name: Formatting Check
on:
pull_request:
branches: [ master ]
branches:
- master
- 1.*
paths-ignore:
- '.github/**'
jobs:

View File

@ -4,6 +4,7 @@ on:
push:
branches:
- master
- 1.*
paths:
- 'support/checkstyle/**'
- 'support/ide-configs/**'
@ -23,6 +24,7 @@ on:
pull_request:
branches:
- master
- 1.*
paths:
- 'support/checkstyle/**'
- 'support/ide-configs/**'

View File

@ -4,6 +4,7 @@ on:
push:
branches:
- master
- 1.*
paths:
- 'support/checkstyle/**'
- 'support/ide-configs/**'
@ -24,6 +25,7 @@ on:
pull_request:
branches:
- master
- 1.*
paths:
- 'support/checkstyle/**'
- 'support/ide-configs/**'

View File

@ -4,6 +4,7 @@ on:
push:
branches:
- master
- 1.*
paths:
- 'support/checkstyle/**'
- 'support/ide-configs/**'
@ -24,6 +25,7 @@ on:
pull_request:
branches:
- master
- 1.*
paths:
- 'support/checkstyle/**'
- 'support/ide-configs/**'

View File

@ -4,7 +4,9 @@ on:
# re security implications of using this trigger; in particular, no code from PR branches must
# be executed in any flows triggered by it
pull_request_target:
branches: [ master ]
branches:
- master
- 1.*
jobs:
build:
runs-on: ubuntu-latest

View File

@ -4,6 +4,7 @@ on:
push:
branches:
- master
- 1.*
paths:
- 'support/checkstyle/**'
- 'support/ide-configs/**'
@ -24,6 +25,7 @@ on:
pull_request:
branches:
- master
- 1.*
paths:
- 'support/checkstyle/**'
- 'support/ide-configs/**'

View File

@ -4,6 +4,7 @@ on:
push:
branches:
- master
- 1.*
paths:
- 'support/checkstyle/**'
- 'support/ide-configs/**'
@ -23,6 +24,7 @@ on:
pull_request:
branches:
- master
- 1.*
paths:
- 'support/checkstyle/**'
- 'support/ide-configs/**'

View File

@ -4,6 +4,7 @@ on:
push:
branches:
- master
- 1.*
paths:
- 'support/checkstyle/**'
- 'support/ide-configs/**'
@ -23,6 +24,7 @@ on:
pull_request:
branches:
- master
- 1.*
paths:
- 'support/checkstyle/**'
- 'support/ide-configs/**'

View File

@ -4,7 +4,9 @@ on:
# re security implications of using this trigger; in particular, no code from PR branches must
# be executed in any flows triggered by it
pull_request_target:
branches: [ master ]
branches:
- master
- 1.*
jobs:
build:

View File

@ -4,6 +4,7 @@ on:
push:
branches:
- master
- 1.*
paths:
- 'support/checkstyle/**'
- 'support/ide-configs/**'
@ -23,6 +24,7 @@ on:
pull_request:
branches:
- master
- 1.*
paths:
- 'support/checkstyle/**'
- 'support/ide-configs/**'

View File

@ -4,6 +4,7 @@ on:
push:
branches:
- master
- 1.*
paths:
- 'support/checkstyle/**'
- 'support/ide-configs/**'
@ -23,6 +24,7 @@ on:
pull_request:
branches:
- master
- 1.*
paths:
- 'support/checkstyle/**'
- 'support/ide-configs/**'

View File

@ -4,6 +4,7 @@ on:
push:
branches:
- master
- 1.*
paths:
- 'support/checkstyle/**'
- 'support/ide-configs/**'
@ -23,6 +24,7 @@ on:
pull_request:
branches:
- master
- 1.*
paths:
- 'support/checkstyle/**'
- 'support/ide-configs/**'

View File

@ -4,6 +4,7 @@ on:
push:
branches:
- master
- 1.*
paths:
- 'debezium-core/**'
- 'debezium-api/**'
@ -14,6 +15,7 @@ on:
pull_request:
branches:
- master
- 1.*
paths:
- 'debezium-core/**'
- 'debezium-api/**'

View File

@ -4,6 +4,7 @@ on:
push:
branches:
- master
- 1.*
paths:
- 'documentation/**'
jobs: