chore: Ignore more paths

This commit is contained in:
txtsd 2022-03-25 23:17:14 +05:30
parent 92f3154e8f
commit 0d46ea5c71
No known key found for this signature in database
GPG Key ID: 000F85679D4B6B53

View File

@ -9,12 +9,16 @@ on:
- '**/LICENSE'
- 'flake.lock'
- '**.nix'
- 'packages/**'
- '.github/ISSUE_TEMPLATE/**'
pull_request:
paths-ignore:
- '**.md'
- '**/LICENSE'
- 'flake.lock'
- '**.nix'
- 'packages/**'
- '.github/ISSUE_TEMPLATE/**'
workflow_dispatch:
jobs: