Skip to content

Commit c3cd0e9

Browse files
committed
chore: apply requested changes
1 parent 3d94b79 commit c3cd0e9

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: version, tag and github release
33

44
on:
55
push:
6-
branches: [v2]
6+
branches: [main, v2]
77

88
jobs:
99
release:

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@ jobs:
1010
linux-unit-tests:
1111
needs: yarn-lockfile-check
1212
uses: salesforcecli/github-workflows/.github/workflows/unitTestsLinux.yml@main
13+
windows-unit-tests:
14+
needs: linux-unit-tests
15+
uses: salesforcecli/github-workflows/.github/workflows/unitTestsWindows.yml@main

.github/workflows/validate-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: pr-validation
33
on:
44
pull_request:
55
types: [opened, reopened, edited]
6-
# only applies to PRs that want to merge to main
7-
branches: [v2]
6+
# only applies to PRs that want to merge to main and v2
7+
branches: [main, v2]
88

99
jobs:
1010
pr-validation:

0 commit comments

Comments
 (0)