summaryrefslogtreecommitdiff
path: root/.github/workflows/windows.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/windows.yml
parentfdd9d7cd41cde130889d84414395da22706972c8 (diff)
Remove code to prevent double build on trunk
trunk branch was deleted.
Diffstat (limited to '.github/workflows/windows.yml')
-rw-r--r--.github/workflows/windows.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index ebbac19d99..cf4a4f6e12 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -2,7 +2,7 @@ name: Windows
on:
push:
branches:
- - master
+ - '*'
pull_request:
branches:
- '*'