mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore(github): skip some heavy jobs when PR is not related (#6667)
Signed-off-by: jsvisa <delweng@gmail.com> Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com>
This commit is contained in:
3
.github/workflows/unit.yml
vendored
3
.github/workflows/unit.yml
vendored
@ -4,9 +4,12 @@ name: unit
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
paths-ignore: ["etc/**"]
|
||||
merge_group:
|
||||
paths-ignore: ["etc/**"]
|
||||
push:
|
||||
branches: [main]
|
||||
paths-ignore: ["etc/**"]
|
||||
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
|
||||
Reference in New Issue
Block a user