Skip to content

Commit ed9f030

Browse files
committed
chore: Updated workflow ignores
Signed-off-by: Steve Hipwell <[email protected]>
1 parent 220601d commit ed9f030

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/commit.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ on:
66
branches:
77
- main
88
paths-ignore:
9-
- .github/pull-request.yaml
10-
- .github/release.yaml
9+
- .github/dependabot.yaml
10+
- .github/workflows/pull-request.yaml
11+
- .github/workflows/release.yaml
1112

1213
jobs:
1314
build:

.github/workflows/pull-request.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ on:
55
branches:
66
- main
77
paths-ignore:
8-
- .github/commit.yaml
9-
- .github/release.yaml
8+
- .github/dependabot.yaml
9+
- .github/workflows/commit.yaml
10+
- .github/workflows/release.yaml
1011

1112
jobs:
1213
build:

0 commit comments

Comments
 (0)