Explorar el Código

trigger alpine build action also on pull request

weidi hace 3 años
padre
commit
879bd34af4
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      .github/workflows/musl.yml

+ 1 - 2
.github/workflows/musl.yml

@@ -1,7 +1,6 @@
 name: alpine/musl
 name: alpine/musl
 
 
-on:
-  push:
+on: [push, pull_request]
 
 
 permissions:
 permissions:
   contents: read
   contents: read