Skip to content

Commit f928966

Browse files
Branching : [21R2]
1 parent 3bc719a commit f928966

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
pull_request:
55

66
env:
7-
DEPENDENCIES_BRANCH: main
7+
DEPENDENCIES_BRANCH: 21R2
88

99
jobs:
1010
build:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
release:
44
types: [published]
55
env:
6-
DEPENDENCIES_BRANCH: main
6+
DEPENDENCIES_BRANCH: 21R2
77
jobs:
88
create:
99
name: "Create"

0 commit comments

Comments
 (0)