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
Richard Lau 2020-07-24 19:27:21 -04:00 committed by gengjiawen
parent 7c02446aa7
commit b2c08f279a
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@ name: test-asan
on:
push:
branches:
- master
paths-ignore:
- 'doc/**'
pull_request: