Skip to content

Commit

Permalink
fix: run tests on pull requests from forks
Browse files Browse the repository at this point in the history
  • Loading branch information
busser committed Oct 21, 2022
1 parent bbb53aa commit 1eff558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
@@ -1,6 +1,6 @@
name: Continous Integration

on: push
on: [push, pull_request]

jobs:
build-and-unit-tests:
Expand Down

0 comments on commit 1eff558

Please sign in to comment.