Run Build-and-Test CI only on code-relevant push

The website folder stays excluded to allow working on the docs without
triggering the whole rebuild pipeline.
main
MultisampledNight 2 years ago
parent d17330939a
commit 4c29438339
No known key found for this signature in database
GPG Key ID: C81EF9B053977241

@ -1,6 +1,9 @@
name: Build-and-Test
on: [push]
on:
push:
paths-ignore:
- 'website/**'
env:
CARGO_TERM_COLOR: always

Loading…
Cancel
Save