File tree Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 1
1
# brian's standard GitHub Actions Ubuntu config for Perl 5 modules
2
- # version 20220827 .001
2
+ # version 20220828 .001
3
3
# https://github.com/briandfoy/github_workflows
4
4
# https://github.com/features/actions
5
5
# This file is licensed under the Artistic License 2.0
9
9
push :
10
10
branches :
11
11
- ' **'
12
- - ' !**windows **'
12
+ - ' !**appveyor **'
13
13
- ' !**macos**'
14
+ - ' !**notest**'
14
15
- ' !**release**'
16
+ - ' !**windows**'
15
17
tags-ignore :
16
18
# I tag release pushes but those should have already been tested
17
19
- ' release-*'
Original file line number Diff line number Diff line change 1
1
# brian's standard GitHub Actions macOS config for Perl 5 modules
2
- # version 20220827 .001
2
+ # version 20220828 .001
3
3
# https://github.com/briandfoy/github_workflows
4
4
# https://github.com/features/actions
5
5
# This file is licensed under the Artistic License 2.0
9
9
push :
10
10
branches :
11
11
- ' **'
12
- - ' !**windows **'
12
+ - ' !**appveyor **'
13
13
- ' !**linux**'
14
+ - ' !**notest**'
14
15
- ' !**release**'
16
+ - ' !**windows**'
15
17
tags-ignore :
16
18
# I tag release pushes but those should have already been tested
17
19
- ' release-*'
Original file line number Diff line number Diff line change 1
1
# brian's standard GitHub Actions Windows config for Perl 5 modules
2
- # version 20220827 .001
2
+ # version 20220828 .001
3
3
# https://github.com/briandfoy/github_workflows
4
4
# https://github.com/features/actions
5
5
# This file is licensed under the Artistic License 2.0
9
9
push :
10
10
branches :
11
11
- ' **'
12
+ - ' !**appveyor**'
12
13
- ' !**linux**'
13
14
- ' !**macos**'
15
+ - ' !**notest**'
14
16
- ' !**release**'
15
17
tags-ignore :
16
18
# I tag release pushes but those should have already been tested
You can’t perform that action at this time.
0 commit comments