🙈 Ignore certain files and paths. Fixes #54

The CI shouldn't trigger when changes are made to certain paths.
This commit is contained in:
Niklas Heer 2022-10-29 12:40:38 +02:00 committed by GitHub
commit 5ca64b62c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: