From 1e96ed52d5b21caa03ac458e9f393015e3f4d05b Mon Sep 17 00:00:00 2001 From: brian d foy Date: Sat, 27 Aug 2022 10:11:33 -0400 Subject: [PATCH] Update workflows to ensure they ignore each other --- .github/workflows/linux.yml | 4 ++-- .github/workflows/macos.yml | 5 +++-- .github/workflows/release.yml | 2 +- .github/workflows/windows.yml | 6 +++--- 4 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index daf2647..8df5ff7 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'