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

Commit

Permalink
Test code on merge with master
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjward committed Jan 22, 2021
1 parent 8de26ea commit 4656a8a
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 4656a8a

Please sign in to comment.