summaryrefslogtreecommitdiff
path: root/.github/workflows/mjit.yml
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2019-12-31 22:03:07 -0800
committerNARUSE, Yui <naruse@airemix.jp>2020-01-30 13:35:16 +0900
commit48f82ad28961c0998b1d426493614875bb487d29 (patch)
tree143a9d1f22962f66ccf76fbb28703145593d2bcd /.github/workflows/mjit.yml
parentfdd9d7cd41cde130889d84414395da22706972c8 (diff)
Remove code to prevent double build on trunk
trunk branch was deleted.
Diffstat (limited to '.github/workflows/mjit.yml')
-rw-r--r--.github/workflows/mjit.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/mjit.yml b/.github/workflows/mjit.yml
index 7d6cc10b69..105639ef39 100644
--- a/.github/workflows/mjit.yml
+++ b/.github/workflows/mjit.yml
@@ -2,7 +2,7 @@ name: MJIT
on:
push:
branches:
- - master
+ - '*'
pull_request:
branches:
- '*'