Skip to content

Commit e2c8cbd

Browse files
authored
Merge pull request #43 from briandfoy/workflows-update
Update workflows to ensure they ignore each other
2 parents 2e922d0 + f5d2d59 commit e2c8cbd

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

.github/workflows/linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# brian's standard GitHub Actions Ubuntu config for Perl 5 modules
2-
# version 20220825.001
2+
# version 20220827.001
33
# https://github.com/briandfoy/github_workflows
44
# https://github.com/features/actions
55
# This file is licensed under the Artistic License 2.0
@@ -21,8 +21,8 @@ on:
2121
- '.appveyor.yml'
2222
- '.gitattributes'
2323
- '.github/workflows/macos.yml'
24-
- '.github/workflows/windows.yml'
2524
- '.github/workflows/release.yml'
25+
- '.github/workflows/windows.yml'
2626
- '.gitignore'
2727
- '.releaserc'
2828
- 'Changes'

.github/workflows/macos.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# brian's standard GitHub Actions macOS config for Perl 5 modules
2-
# version 20220825.001
2+
# version 20220827.001
33
# https://github.com/briandfoy/github_workflows
44
# https://github.com/features/actions
55
# This file is licensed under the Artistic License 2.0
@@ -20,8 +20,9 @@ on:
2020
# non-code, support files, docs, etc
2121
- '.appveyor.yml'
2222
- '.gitattributes'
23-
- '.github/workflows/windows.yml'
23+
- '.github/workflows/linux.yml'
2424
- '.github/workflows/release.yml'
25+
- '.github/workflows/windows.yml'
2526
- '.gitignore'
2627
- '.releaserc'
2728
- 'Changes'

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# brian's standard GitHub Actions release config for Perl 5 modules
2-
# version 20220825.001
2+
# version 20220827.001
33
# https://github.com/briandfoy/github_workflows
44
# https://github.com/features/actions
55
# This file is licensed under the Artistic License 2.0

.github/workflows/windows.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# brian's standard GitHub Actions Windows config for Perl 5 modules
2-
# version 20220825.001
2+
# version 20220827.001
33
# https://github.com/briandfoy/github_workflows
44
# https://github.com/features/actions
55
# This file is licensed under the Artistic License 2.0
@@ -20,9 +20,9 @@ on:
2020
# non-code, support files, docs, etc
2121
- '.appveyor.yml'
2222
- '.gitattributes'
23-
- '.github/workflows/release.yml'
23+
- '.github/workflows/linux.yml'
2424
- '.github/workflows/macos.yml'
25-
- '.github/workflows/ubuntu.yml'
25+
- '.github/workflows/release.yml'
2626
- '.gitignore'
2727
- '.releaserc'
2828
- 'Changes'

0 commit comments

Comments
 (0)