Skip to content

Commit

Permalink
build: don't run test-asan workflow on non-master pushes
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
richardlau authored and MylesBorins committed Jul 27, 2020
1 parent 17bca62 commit cce1f3e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-asan.yml
Expand Up @@ -2,6 +2,8 @@ name: test-asan

on:
push:
branches:
- master
paths-ignore:
- 'doc/**'
pull_request:
Expand Down

0 comments on commit cce1f3e

Please sign in to comment.