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

Commit

Permalink
Update CI workflow to build fine on PRs from forks
Browse files Browse the repository at this point in the history
Signed-off-by: Guillaume Tardif <[email protected]>
  • Loading branch information
gtardif committed Sep 28, 2020
1 parent 33a4ec6 commit 127baa3
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 127baa3

Please sign in to comment.