Ignore certain paths for CI

This commit is contained in:
txtsd 2022-03-02 01:17:08 +05:30
parent 9020f632b2
commit 3a03f90831
No known key found for this signature in database
GPG Key ID: 000F85679D4B6B53

View File

@ -4,7 +4,17 @@ on:
push:
branches-ignore:
- 'stable'
paths-ignore:
- '**.md'
- '**/LICENSE'
- 'flake.lock'
- '**.nix'
pull_request:
paths-ignore:
- '**.md'
- '**/LICENSE'
- 'flake.lock'
- '**.nix'
workflow_dispatch:
jobs: