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

Commit

Permalink
Merge pull request #608 from connorjward/test-on-merge
Browse files Browse the repository at this point in the history
Test code on merge with master
  • Loading branch information
wence- authored Jan 22, 2021
2 parents 8de26ea + 4656a8a commit d0cc348
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
name: CI

on: pull_request
# Trigger the workflow on push or pull request,
# but only for the master branch
on:
push:
branches:
- master
pull_request:
branches:
- master

jobs:
test:
Expand Down

0 comments on commit d0cc348

Please sign in to comment.