Merge pull request #216 from txtsd/ignore_paths

Don't build when updating non-code
This commit is contained in:
Ezekiel Smith 2022-03-02 11:48:45 +11:00 committed by GitHub
commit ca211558b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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: