summaryrefslogtreecommitdiff
path: root/.github/workflows/mjit.yml
diff options
context:
space:
mode:
author卜部昌平 <shyouhei@ruby-lang.org>2020-02-26 12:52:07 +0900
committer卜部昌平 <shyouhei@ruby-lang.org>2020-03-02 14:53:05 +0900
commite06ad731f03ab83b72c15f951d7a5a3c8ac4323c (patch)
tree850368cb396c06d54834c3a2016f594e1c1ea620 /.github/workflows/mjit.yml
parentbdf2d9132651c09f99f2ebb6ff82f47bbcad226d (diff)
.github: less verbose on: specifier
The `branch:` specifier was necessary before, to prevent double-testing master and trunk. Now that we no longer have trunk, we can slim the expressions. See also: https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#on
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/2927
Diffstat (limited to '.github/workflows/mjit.yml')
-rw-r--r--.github/workflows/mjit.yml8
1 files changed, 1 insertions, 7 deletions
diff --git a/.github/workflows/mjit.yml b/.github/workflows/mjit.yml
index d87f4fbba3..b3d7fd1799 100644
--- a/.github/workflows/mjit.yml
+++ b/.github/workflows/mjit.yml
@@ -1,11 +1,5 @@
name: MJIT
-on:
- push:
- branches:
- - '*'
- pull_request:
- branches:
- - '*'
+on: [push, pull_request]
jobs:
make:
strategy: