Run the CI on pull_request.

Running the CI on push only trigger the CI on a push on the current repository.
It works on PR based on local branch but not for PR from remote repository.
pull/679/head
Matthieu Gautier 2 years ago
parent 5e7166cb07
commit dc1067b8c4

@ -1,6 +1,10 @@
name: CI
on: [push]
on:
pull_request:
push:
branches:
- main
jobs:
Linux:

Loading…
Cancel
Save