ci: add push event to checks
All checks were successful
ci/woodpecker/push/checks Pipeline was successful

This commit is contained in:
notohh 2024-01-23 22:11:28 -05:00
parent a21c778cde
commit 684b3ddb7e
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -1,4 +1,5 @@
when:
- event: [push]
- path:
include: ['**.nix']
exclude: ['**.md', 'docs/**', '.woodpecker/*.yaml', '**.js', '**.lua', '**.scss', '**.nu']