We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e46d8c commit 37cbcd9Copy full SHA for 37cbcd9
.github/workflows/rust.yml
@@ -5,11 +5,13 @@ on:
5
branches: [main]
6
paths-ignore:
7
- website
8
+ - .github/workflows/website.yml
9
- '*.md'
10
pull_request:
11
12
13
14
15
16
17
env:
.github/workflows/website.yml
@@ -4,7 +4,9 @@ on:
4
workflow_dispatch:
push:
- paths: [website]
+ paths:
+ - website
jobs:
build:
0 commit comments