From e43b3bb442836c8064637a7d46c05ad16a4e0115 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Sat, 10 Aug 2019 19:28:07 +0900 Subject: [PATCH] Skip running GitHub Actions on trunk --- .github/workflows/macos.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index ad521ced49..5694730f6a 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -1,8 +1,11 @@ name: macos on: - - push - - pull_request - + push: + branches: + - master + pull_request: + paths: + - * jobs: macos: name: make test-all on mac