Parcourir la source

running build workflow on pull_requests

Sean OMeara il y a 2 ans
Parent
commit
27c26a77a2
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      .github/workflows/build.yml

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

@@ -1,4 +1,4 @@
-on: [ push ]
+on: [ push, pull_request ]
 
 jobs:
   build_ubuntu: