We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b88ff56 commit 463289aCopy full SHA for 463289a
.github/workflows/main.yml renamed to .github/workflows/8.7.yml
@@ -1,11 +1,11 @@
1
-name: main
+name: 8.7
2
on:
3
push:
4
branches:
5
- - main
+ - 8.7
6
pull_request:
7
8
9
jobs:
10
test-main:
11
env:
.github/workflows/unified-release.yml
@@ -24,4 +24,3 @@ jobs:
24
uses: actions/checkout@v2
25
- name: Assemble ${{ env.STACK_VERSION }}
26
run: "./.ci/make.sh assemble ${{ env.stack-version }}"
27
-
0 commit comments