mirror of https://github.com/nodejs/node.git
build: don't run test-asan workflow on non-master pushes
PR-URL: https://github.com/nodejs/node/pull/34509 Refs: https://github.com/nodejs/node/pull/34464 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Matheus Marchini <mat@mmarchini.me> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com>pull/34508/head
parent
7c02446aa7
commit
b2c08f279a
|
@ -2,6 +2,8 @@ name: test-asan
|
|||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
paths-ignore:
|
||||
- 'doc/**'
|
||||
pull_request:
|
||||
|
|
Loading…
Reference in New Issue