Skip to content

Commit

Permalink
Run CI on PRs from forks (#300)
Browse files Browse the repository at this point in the history
* run ci on prs

* try to avoid double builds for prs
  • Loading branch information
nonrational authored Feb 3, 2022
1 parent 3643bbb commit 51be403
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: ci

on: push
on:
# build pushes to master
push:
branches:
- master
# build PRs from forks
pull_request:

jobs:
test:
Expand Down

0 comments on commit 51be403

Please sign in to comment.