We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 976b5f9 commit 526e843Copy full SHA for 526e843
.github/workflows/pull-request.yml
@@ -4,7 +4,11 @@ on:
4
push:
5
branches:
6
- main
7
+ paths-ignore:
8
+ - README.md
9
pull_request:
10
11
12
jobs:
13
build:
14
runs-on: ubuntu-latest
README.md
@@ -40,7 +40,7 @@ Reductionist provides the following features:
40
41
## Contributing
42
43
-See the [contributor guide](https://stackhpc.github.io/reductionist-rs/contributing.html) for information about contributing to Reductionist.
+See the [contributor guide](https://stackhpc.github.io/reductionist-rs/contributing/) for information about contributing to Reductionist.
44
45
## License
46
0 commit comments