We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd7c4fa commit 1eb22b2Copy full SHA for 1eb22b2
.github/workflows/test-375-main.yml
@@ -1,7 +1,7 @@
1
name: Test Setup-Go with main
2
on:
3
- # push:
4
- # branches: [ test-375-fr ]
+ push:
+ branches: [ test-375-fr ]
5
workflow_dispatch:
6
7
jobs:
@@ -19,7 +19,7 @@ jobs:
19
- name: Setup-Go
20
uses: actions/setup-go@v6
21
with:
22
- # go-version: 'v1.18.0-rc.1'
+ go-version: '1.25-rc.3'
23
# cache-dependency-path: 'go.sum'
24
cache: false
25
.github/workflows/test-375.yml
@@ -1,8 +1,8 @@
name: Test Setup-Go PR 334 Outputs
- push:
- branches: [ test-375-fr ]
+ # push:
+ # branches: [ test-375-fr ]
8
0 commit comments