dev: exclude certain files from triggering cachix

This commit is contained in:
NotAShelf 2023-02-06 01:24:00 +03:00
parent 1b955a8b1a
commit 895ac4812a
No known key found for this signature in database
GPG Key ID: 5B5C8895F28445F1
1 changed files with 6 additions and 2 deletions

View File

@ -1,8 +1,12 @@
name: build-and-cache
"on":
- push
- workflow_dispatch
push:
paths-ignore:
- 'README.md'
- '.gitignore'
- 'assets'
workflow_dispatch:
jobs:
build-linux: