ci: check only on master

This commit is contained in:
notohh 2024-01-31 14:17:11 -05:00
parent 4bd5c9d464
commit f24fe3d0f9
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

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