File tree 3 files changed +7
-36
lines changed
3 files changed +7
-36
lines changed Original file line number Diff line number Diff line change 1
1
name : Build and Release for Windows 7
2
2
3
+ # NOTE: This Github Actions file depends on the Makefile.
4
+ # Building the correct package requires the correct binaries generated by the Makefile. To
5
+ # ensure the correct output, the Makefile must accept the appropriate input and compile the
6
+ # correct file with the correct name. If you need to modify this file, please ensure it won't
7
+ # disrupt the Makefile.
8
+
3
9
on :
4
10
workflow_dispatch :
5
11
release :
6
12
types : [published]
7
13
push :
8
- branches :
9
- - main
10
- paths :
11
- # - "**/*.go"
12
- - " go.mod"
13
- - " go.sum"
14
- - " .github/workflows/release-win7.yml"
15
14
pull_request :
16
15
types : [opened, synchronize, reopened]
17
- paths :
18
- # - "**/*.go"
19
- - " go.mod"
20
- - " go.sum"
21
- - " .github/workflows/release-win7.yml"
22
16
23
17
jobs :
24
18
prepare :
Original file line number Diff line number Diff line change 11
11
release :
12
12
types : [published]
13
13
push :
14
- branches :
15
- - main
16
- paths :
17
- - " **/*.go"
18
- - " go.mod"
19
- - " go.sum"
20
- - " .github/workflows/release.yml"
21
14
pull_request :
22
15
types : [opened, synchronize, reopened]
23
- paths :
24
- - " **/*.go"
25
- - " go.mod"
26
- - " go.sum"
27
- - " .github/workflows/release.yml"
16
+
28
17
jobs :
29
18
prepare :
30
19
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -2,20 +2,8 @@ name: Test
2
2
3
3
on :
4
4
push :
5
- branches :
6
- - main
7
- paths :
8
- - " **/*.go"
9
- - " go.mod"
10
- - " go.sum"
11
- - " .github/workflows/*.yml"
12
5
pull_request :
13
6
types : [opened, synchronize, reopened]
14
- paths :
15
- - " **/*.go"
16
- - " go.mod"
17
- - " go.sum"
18
- - " .github/workflows/*.yml"
19
7
20
8
jobs :
21
9
test :
You can’t perform that action at this time.
0 commit comments