Skip to content

Commit

Permalink
chore(.github): unify workflows between master and branch-** (#4151)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal-Leszczynski authored Dec 11, 2024
1 parent c12903d commit 76e7b6d
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/cfg/integration-test-core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ on:
push:
branches:
- master
- 'branch-**'
pull_request:
types: [ opened, synchronize, reopened ]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,3 +116,4 @@ name: integration-tests-2023.1.11-IPV4-raftschema
push:
branches:
- master
- branch-**
1 change: 1 addition & 0 deletions .github/workflows/integration-tests-2023.1.11-IPV4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,3 +116,4 @@ name: integration-tests-2023.1.11-IPV4
push:
branches:
- master
- branch-**
Original file line number Diff line number Diff line change
Expand Up @@ -116,3 +116,4 @@ name: integration-tests-2023.1.11-IPV6-raftschema
push:
branches:
- master
- branch-**
1 change: 1 addition & 0 deletions .github/workflows/integration-tests-2024.1.12-IPV4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,3 +116,4 @@ name: integration-tests-2024.1.12-IPV4
push:
branches:
- master
- branch-**
1 change: 1 addition & 0 deletions .github/workflows/integration-tests-2024.1.12-IPV6.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,3 +116,4 @@ name: integration-tests-2024.1.12-IPV6
push:
branches:
- master
- branch-**
Original file line number Diff line number Diff line change
Expand Up @@ -116,3 +116,4 @@ name: integration-tests-6.2.0-IPV4-tablets
push:
branches:
- master
- branch-**
1 change: 1 addition & 0 deletions .github/workflows/integration-tests-6.2.0-IPV4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,3 +116,4 @@ name: integration-tests-6.2.0-IPV4
push:
branches:
- master
- branch-**
Original file line number Diff line number Diff line change
Expand Up @@ -116,3 +116,4 @@ name: integration-tests-6.2.0-IPV6-tablets-nossl
push:
branches:
- master
- branch-**
Original file line number Diff line number Diff line change
Expand Up @@ -116,3 +116,4 @@ name: integration-tests-latest-enterprise-IPV4-tablets-nossl
push:
branches:
- master
- branch-**
Original file line number Diff line number Diff line change
Expand Up @@ -116,3 +116,4 @@ name: integration-tests-latest-enterprise-IPV4
push:
branches:
- master
- branch-**
1 change: 1 addition & 0 deletions .github/workflows/sanity-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- master
- 'branch-**'
pull_request:
types: [ opened, synchronize, reopened ]

Expand Down

0 comments on commit 76e7b6d

Please sign in to comment.