Skip to content

Commit cce1f3e

Browse files
richardlauMylesBorins
authored andcommitted
build: don't run test-asan workflow on non-master pushes
PR-URL: #34509 Refs: #34464 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Matheus Marchini <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Jiawen Geng <[email protected]>
1 parent 17bca62 commit cce1f3e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test-asan.yml

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: test-asan
22

33
on:
44
push:
5+
branches:
6+
- master
57
paths-ignore:
68
- 'doc/**'
79
pull_request:

0 commit comments

Comments
 (0)