ruby-changes:56910
From: Takashi <ko1@a...>
Date: Sat, 10 Aug 2019 19:28:50 +0900 (JST)
Subject: [ruby-changes:56910] Takashi Kokubun: e43b3bb442 (master): Skip running GitHub Actions on trunk
https://git.ruby-lang.org/ruby.git/commit/?id=e43b3bb442 From e43b3bb442836c8064637a7d46c05ad16a4e0115 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun <takashikkbn@g...> Date: Sat, 10 Aug 2019 19:28:07 +0900 Subject: Skip running GitHub Actions on trunk diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index ad521ce..5694730 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -1,8 +1,11 @@ https://github.com/ruby/ruby/blob/trunk/.github/workflows/macos.yml#L1 name: macos on: - - push - - pull_request - + push: + branches: + - master + pull_request: + paths: + - * jobs: macos: name: make test-all on mac -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/