Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Commit

Permalink
Merge pull request #684 from gtardif/ci_fork_prs
Browse files Browse the repository at this point in the history
Update CI workflow to build fine on PRs from forks
  • Loading branch information
ndeloof authored Sep 28, 2020
2 parents 33a4ec6 + 127baa3 commit 0d2e951
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Continuous integration

on: [push]
on:
push:
branches:
- main
pull_request:

jobs:
lint:
Expand Down

0 comments on commit 0d2e951

Please sign in to comment.