Skip to content

Commit

Permalink
Merge pull request #9 from briandfoy/workflows-notest
Browse files Browse the repository at this point in the history
Update workflows to ensure they ignore each other
  • Loading branch information
briandfoy committed Aug 28, 2022
2 parents 531e1d9 + 66c951d commit 1e6ceb5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/macos.yml
@@ -1,5 +1,5 @@
# brian's standard GitHub Actions macOS config for Perl 5 modules
# version 20220827.001
# version 20220828.001
# https://github.com/briandfoy/github_workflows
# https://github.com/features/actions
# This file is licensed under the Artistic License 2.0
Expand All @@ -9,9 +9,11 @@ on:
push:
branches:
- '**'
- '!**windows**'
- '!**appveyor**'
- '!**linux**'
- '!**notest**'
- '!**release**'
- '!**windows**'
tags-ignore:
# I tag release pushes but those should have already been tested
- 'release-*'
Expand Down

0 comments on commit 1e6ceb5

Please sign in to comment.