We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99340e2 commit d8a705aCopy full SHA for d8a705a
.github/workflows/ci.yml
@@ -2,7 +2,7 @@ name: CI
2
3
on:
4
push:
5
- branches: [main, ci-test]
+ branches: [main]
6
paths-ignore:
7
- 'docs/**'
8
@@ -12,15 +12,15 @@ jobs:
12
outputs:
13
matrix: ${{ steps.supported-version.outputs.matrix }}
14
steps:
15
- - uses: graycoreio/github-actions-magento2/supported-version@v5
+ - uses: graycoreio/github-actions-magento2/supported-version@v5.1.0
16
id: supported-version
17
18
supported-version-latest:
19
runs-on: ubuntu-latest
20
21
22
23
24
25
with:
26
kind: latest
0 commit comments