Skip to content

Commit 463289a

Browse files
committed
[CI] Updates GitHub Actions
1 parent b88ff56 commit 463289a

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/main.yml renamed to .github/workflows/8.7.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
name: main
1+
name: 8.7
22
on:
33
push:
44
branches:
5-
- main
5+
- 8.7
66
pull_request:
77
branches:
8-
- main
8+
- 8.7
99
jobs:
1010
test-main:
1111
env:

.github/workflows/unified-release.yml

-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,3 @@ jobs:
2424
uses: actions/checkout@v2
2525
- name: Assemble ${{ env.STACK_VERSION }}
2626
run: "./.ci/make.sh assemble ${{ env.stack-version }}"
27-

0 commit comments

Comments
 (0)