]> Nishi Git Mirror - gwion.git/commitdiff
:wrench: Make linux/macos/windows.yml actions run on PRs as well
authorChase <44284917+TotallyNotChase@users.noreply.github.com>
Sun, 4 Oct 2020 18:16:13 +0000 (02:16 +0800)
committerChase <44284917+TotallyNotChase@users.noreply.github.com>
Sun, 4 Oct 2020 18:16:13 +0000 (02:16 +0800)
.github/workflows/linux.yml
.github/workflows/macos.yml
.github/workflows/windows.yml

index cd73734914b3f6199d2c24fdd6279b116d05e2cc..260f2ee3c90118947f776189f030d7c668bfc48a 100644 (file)
@@ -2,7 +2,11 @@ name: Linux
 
 on:
   push:
-    branches:    
+    branches:
+    - '**'
+    - '!gh-pages'
+  pull_request:
+    branches:
     - '**'
     - '!gh-pages'
 
index 8ff47d44f71171b8d041a638049564d84da3f551..5e02268800b1c0f77221d07b7f9737819fd43f77 100644 (file)
@@ -5,6 +5,10 @@ on:
     branches:    
     - '**'
     - '!gh-pages'
+  pull_request:
+    branches:
+    - '**'
+    - '!gh-pages'
 
 jobs:
   build:
index f3eca63d0503e02072dd1dada9730ef57ac6c32d..d9d6a8f8ed51752ffb0a4ac313aed710d59f36c8 100644 (file)
@@ -5,6 +5,10 @@ on:
     branches:    
     - '**'
     - '!gh-pages'
+  pull_request:
+    branches:
+    - '**'
+    - '!gh-pages'
 
 jobs:
   build: