Run the CI on pull request.

This is needed to have the CI run on pull request created from of fork
respository.

We don't need to launch the CI on push :
- It will also be build on pull_request.
- The CI does check code only (no publication,...)
This commit is contained in:
Matthieu Gautier 2020-08-12 11:12:47 +02:00
parent a126482d69
commit 29c0551aaf
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
name: CI
name: Check PR
on: [push]
on: [pull_request]
jobs:
Macos: