Explorar o código

Merge pull request #1039 from jelmer/pr-action

Trigger GitHub actions on PRs
Jelmer Vernooij %!s(int64=3) %!d(string=hai) anos
pai
achega
46da71ac8f
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      .github/workflows/pythontest.yml

+ 1 - 0
.github/workflows/pythontest.yml

@@ -2,6 +2,7 @@ name: Python tests
 
 on:
   push:
+  pull_request:
   schedule:
     - cron: "0 6 * * *" # Daily 6AM UTC build