Skip to content

Commit 7922847

Browse files
committed
Merge branch '2.18' into 2.19
2 parents 08e6e13 + c0afd56 commit 7922847

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
name: Build and Deploy Snapshot
22
on:
3-
push:
4-
branches: [2.*]
3+
push:
54
paths-ignore:
65
- "README.md"
76
- "release-notes/*"
8-
pull_request:
9-
branches: [2.*]
7+
pull_request:
108
paths-ignore:
119
- "README.md"
1210
- "release-notes/*"
@@ -75,8 +73,8 @@ jobs:
7573
trigger-dep-build-v2:
7674
name: Trigger v2 dep builds
7775
needs: [build]
78-
# Only for pushes to default branch
79-
if: ${{ github.event_name == 'push' && github.ref_name == github.event.repository.default_branch }}
76+
# Only for pushes to 2.x (next 2.x being developed) branch
77+
if: ${{ github.event_name == 'push' && github.ref_name == '2.x' }}
8078
uses: ./.github/workflows/trigger_dep_builds_v2.yml
8179
secrets:
8280
token: ${{ secrets.REPO_DISPATCH }}

0 commit comments

Comments
 (0)