Ver código fonte

Merge pull request #1039 from jelmer/pr-action

Trigger GitHub actions on PRs
Jelmer Vernooij 2 anos atrás
pai
commit
268813eba2
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      .github/workflows/pythontest.yml

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

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