Skip to content

Commit

Permalink
Merge pull request #119 from jstockwin/fix-ci-on-prs
Browse files Browse the repository at this point in the history
[meta] Run GitHub Actions CI on PRs
  • Loading branch information
jstockwin committed Sep 21, 2020
2 parents b798aed + 3c2c612 commit 9213bf7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
name: Continuous Integration
on: [push]
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9213bf7

Please sign in to comment.