Ignore Stack files in Nix CI

This commit is contained in:
Vaibhav Sagar 2023-12-15 14:11:45 +11:00
parent fe19ef2fca
commit c3af1fb1d3

View File

@ -13,6 +13,7 @@ on:
- '.gitignore'
- 'images/**'
- 'notebooks/**'
- 'stack/**'
- 'README.md'
- '*.yaml'
pull_request:
@ -25,6 +26,7 @@ on:
- '.gitignore'
- 'images/**'
- 'notebooks/**'
- 'stack/**'
- 'README.md'
- '*.yaml'