Skip to content

Commit 92cb89c

Browse files
Copilotcpuguy83
andcommitted
Fix workflow paths-ignore to only include copilot-instructions.md
Co-authored-by: cpuguy83 <799078+cpuguy83@users.noreply.github.com>
1 parent 11c5bb6 commit 92cb89c

3 files changed

Lines changed: 1 addition & 13 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,11 @@ on:
1616
branches: ["main"]
1717
paths-ignore:
1818
- '.github/copilot-instructions.md'
19-
- 'website/**'
20-
- 'docs/**'
21-
- '*.md'
2219
pull_request:
2320
# The branches below must be a subset of the branches above
2421
branches: ["main"]
2522
paths-ignore:
26-
- '.github/copilot-instructions.md'
27-
- 'website/**'
28-
- 'docs/**'
29-
- '*.md'
23+
- '.github/copilot-instructions.md'
3024
schedule:
3125
- cron: "0 0 * * 1"
3226

.github/workflows/dependency-review.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ on:
1111
pull_request:
1212
paths-ignore:
1313
- '.github/copilot-instructions.md'
14-
- 'website/**'
15-
- 'docs/**'
16-
- '*.md'
1714

1815
permissions:
1916
contents: read

.github/workflows/scorecards.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ on:
1515
branches: ["main"]
1616
paths-ignore:
1717
- '.github/copilot-instructions.md'
18-
- 'website/**'
19-
- 'docs/**'
20-
- '*.md'
2118

2219
# Declare default permissions as read only.
2320
permissions: read-all

0 commit comments

Comments
 (0)