Browse Source

Run workflow on a pull request

Tatsuhiro Tsujikawa 3 years ago
parent
commit
d8c5f74c1c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/build.yml

+ 1 - 1
.github/workflows/build.yml

@@ -1,6 +1,6 @@
 name: build
 
-on: push
+on: [push, pull_request]
 
 jobs:
   build: