We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be57b32 commit b9b97acCopy full SHA for b9b97ac
.github/workflows/test-375-all.yml
@@ -1,8 +1,8 @@
1
name: Test Setup-Go PR 334 Outputs
2
3
on:
4
- # push:
5
- # branches: [ test-375-fr ]
+ push:
+ branches: [ test-375-fr ]
6
workflow_dispatch:
7
8
jobs:
@@ -43,6 +43,7 @@ jobs:
43
- "v1.23"
44
- "v 1.20"
45
- " 1.25"
46
+ - "invalid-version"
47
48
49
steps:
.github/workflows/test-375-allmain.yml
@@ -42,7 +42,7 @@ jobs:
42
-
- name: Checkout this repo
uses: actions/checkout@v5
0 commit comments