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 <anna@addaleax.net> Reviewed-By: Matheus Marchini <mat@mmarchini.me> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
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

Lines changed: 2 additions & 0 deletions
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)