summaryrefslogtreecommitdiff
path: root/.github/workflows/mingw.yml
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2019-12-31 22:03:07 -0800
committerTakashi Kokubun <takashikkbn@gmail.com>2019-12-31 22:03:21 -0800
commit8c9450e7b875db846b19cc631af0d7fee66db5c6 (patch)
treeb37e1845e504eb13de480d981f0dbda35908d006 /.github/workflows/mingw.yml
parenteca964c24e94ceb9146bcf4c010d9abfc632637a (diff)
Remove code to prevent double build on trunk
trunk branch was deleted.
Diffstat (limited to '.github/workflows/mingw.yml')
-rw-r--r--.github/workflows/mingw.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/mingw.yml b/.github/workflows/mingw.yml
index 8283791574..9615c0007d 100644
--- a/.github/workflows/mingw.yml
+++ b/.github/workflows/mingw.yml
@@ -2,7 +2,7 @@ name: MinGW
on:
push:
branches:
- - master
+ - '*'
pull_request:
branches:
- '*'