🙈 Ignore certain files and paths. Fixes #54
The CI shouldn't trigger when changes are made to certain paths.
This commit is contained in:
parent
91938d1f91
commit
5ca64b62c4
1 changed files with 5 additions and 1 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
|
@ -2,9 +2,13 @@ name: Run speed comparison
|
|||
|
||||
on:
|
||||
push:
|
||||
paths-ignore:
|
||||
- 'assets'
|
||||
- 'README.md'
|
||||
- 'LICENSE'
|
||||
- '.gitignore'
|
||||
branches:
|
||||
- master
|
||||
- next
|
||||
pull_request_review:
|
||||
types: [submitted]
|
||||
pull_request:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue