Skip to content

Commit 3484520

Browse files
Trigger workflow tests for action changes
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent 1ff1a90 commit 3484520

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/Workflow-Test-Default.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
workflow_dispatch:
77
pull_request:
88
paths:
9+
- '.github/actions/**'
910
- '.github/workflows/**'
1011
- '!.github/workflows/Release.yml'
1112
- '!.github/workflows/Linter.yml'
@@ -43,4 +44,5 @@ jobs:
4344
ImportantFilePatterns: |
4445
^src/
4546
^README\.md$
47+
^\.github/actions/
4648
^\.github/workflows/(?!Release\.yml$|Linter\.yml$)

.github/workflows/Workflow-Test-WithManifest.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
workflow_dispatch:
77
pull_request:
88
paths:
9+
- '.github/actions/**'
910
- '.github/workflows/**'
1011
- '!.github/workflows/Release.yml'
1112
- '!.github/workflows/Linter.yml'
@@ -43,4 +44,5 @@ jobs:
4344
ImportantFilePatterns: |
4445
^src/
4546
^README\.md$
47+
^\.github/actions/
4648
^\.github/workflows/(?!Release\.yml$|Linter\.yml$)

0 commit comments

Comments
 (0)