Skip to content

Commit e0391f2

Browse files
committed
Ignore SECURITY.md and README.md
1 parent 16ce580 commit e0391f2

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

Changes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
These are the changes for [brian's Perl module GitHub workflows](https://github.com/briandfoy/github_actions).
44

5+
## 20250101.001
6+
7+
* Ignore `SECURITY.md` and `README.md` in linux, macos, and windows workflows
8+
59
## 20220125.002
610

711
* other workflows don't trigger on a release branch

perl-module-macos.yml

Lines changed: 3 additions & 1 deletion
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 20241126.001
2+
# version 20250101.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
@@ -47,6 +47,8 @@ on:
4747
- 'Changes'
4848
- 'LICENSE'
4949
- 'README.pod'
50+
- 'README.md'
51+
- 'SECURITY.md'
5052
pull_request:
5153

5254
jobs:

perl-module-ubuntu.yml

Lines changed: 3 additions & 1 deletion
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 20241126.001
2+
# version 20250101.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
@@ -47,6 +47,8 @@ on:
4747
- 'Changes'
4848
- 'LICENSE'
4949
- 'README.pod'
50+
- 'README.md'
51+
- 'SECURITY.md'
5052
pull_request:
5153
# weekly build on the master branch just to see what CPAN is doing
5254
schedule:

perl-module-windows.yml

Lines changed: 3 additions & 1 deletion
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 20241126.001
2+
# version 20250101.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
@@ -47,6 +47,8 @@ on:
4747
- 'Changes'
4848
- 'LICENSE'
4949
- 'README.pod'
50+
- 'README.md'
51+
- 'SECURITY.md'
5052
pull_request:
5153

5254
jobs:

0 commit comments

Comments
 (0)