Skip to content

Commit 9c990aa

Browse files
ci: ignore README.md changes in workflows
1 parent 68ad49a commit 9c990aa

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
- main
77
paths-ignore:
88
- "gh-pages/**"
9+
- "README.md"
910

1011
jobs:
1112
build-and-test:

.github/workflows/pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
- main
77
paths-ignore:
88
- "gh-pages/**"
9+
- "README.md"
910

1011
concurrency:
1112
group: pr-${{ github.event.number }}

0 commit comments

Comments
 (0)