summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrian d foy <briandfoy@pobox.com>2022-08-27 10:16:39 -0400
committerbrian d foy <briandfoy@pobox.com>2022-08-27 10:16:39 -0400
commit6884d312b27fb88d339ba9af69366cb76d716ab4 (patch)
treef2f065b3f99dd236ce2e9bc4c92b86663054053a
parentaae89c91b1b7518ecfa2f066f8bbc3dc9a625c80 (diff)
Update workflows to ensure they ignore each other
-rw-r--r--.github/workflows/linux.yml4
-rw-r--r--.github/workflows/macos.yml5
-rw-r--r--.github/workflows/release.yml2
-rw-r--r--.github/workflows/windows.yml6
4 files changed, 9 insertions, 8 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index 4197934..d89e98f 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -1,5 +1,5 @@
# brian's standard GitHub Actions Ubuntu config for Perl 5 modules
-# version 20220825.001
+# version 20220827.001
# https://github.com/briandfoy/github_workflows
# https://github.com/features/actions
# This file is licensed under the Artistic License 2.0
@@ -21,8 +21,8 @@ on:
- '.appveyor.yml'
- '.gitattributes'
- '.github/workflows/macos.yml'
- - '.github/workflows/windows.yml'
- '.github/workflows/release.yml'
+ - '.github/workflows/windows.yml'
- '.gitignore'
- '.releaserc'
- 'Changes'
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index 5bb1b85..24d27e1 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -1,5 +1,5 @@
# brian's standard GitHub Actions macOS config for Perl 5 modules
-# version 20220825.001
+# version 20220827.001
# https://github.com/briandfoy/github_workflows
# https://github.com/features/actions
# This file is licensed under the Artistic License 2.0
@@ -20,8 +20,9 @@ on:
# non-code, support files, docs, etc
- '.appveyor.yml'
- '.gitattributes'
- - '.github/workflows/windows.yml'
+ - '.github/workflows/linux.yml'
- '.github/workflows/release.yml'
+ - '.github/workflows/windows.yml'
- '.gitignore'
- '.releaserc'
- 'Changes'
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 852d843..2f30c6f 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -1,5 +1,5 @@
# brian's standard GitHub Actions release config for Perl 5 modules
-# version 20220825.001
+# version 20220827.001
# https://github.com/briandfoy/github_workflows
# https://github.com/features/actions
# This file is licensed under the Artistic License 2.0
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index 2d89abd..3124a9e 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -1,5 +1,5 @@
# brian's standard GitHub Actions Windows config for Perl 5 modules
-# version 20220825.001
+# version 20220827.001
# https://github.com/briandfoy/github_workflows
# https://github.com/features/actions
# This file is licensed under the Artistic License 2.0
@@ -20,9 +20,9 @@ on:
# non-code, support files, docs, etc
- '.appveyor.yml'
- '.gitattributes'
- - '.github/workflows/release.yml'
+ - '.github/workflows/linux.yml'
- '.github/workflows/macos.yml'
- - '.github/workflows/ubuntu.yml'
+ - '.github/workflows/release.yml'
- '.gitignore'
- '.releaserc'
- 'Changes'