Skip to content

Commit cd0284d

Browse files
committed
Merge branch '2.19' into 2.x
2 parents 8f4591c + 7922847 commit cd0284d

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 5 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,7 +73,7 @@ jobs:
7573
trigger-dep-build-v2:
7674
name: Trigger v2 dep builds
7775
needs: [build]
78-
# Only for pushes to default branch
76+
# Only for pushes to 2.x (next 2.x being developed) branch
7977
if: ${{ github.event_name == 'push' && github.ref_name == '2.x' }}
8078
uses: ./.github/workflows/trigger_dep_builds_v2.yml
8179
secrets:

0 commit comments

Comments
 (0)