Skip to content

Commit 37cbcd9

Browse files
committed
Adjust CI triggers
1 parent 3e46d8c commit 37cbcd9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@ on:
55
branches: [main]
66
paths-ignore:
77
- website
8+
- .github/workflows/website.yml
89
- '*.md'
910
pull_request:
1011
branches: [main]
1112
paths-ignore:
1213
- website
14+
- .github/workflows/website.yml
1315
- '*.md'
1416

1517
env:

.github/workflows/website.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ on:
44
workflow_dispatch:
55
push:
66
branches: [main]
7-
paths: [website]
7+
paths:
8+
- website
9+
- .github/workflows/website.yml
810

911
jobs:
1012
build:

0 commit comments

Comments
 (0)