Skip to content

Commit

Permalink
Set up for GitHub Actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyink committed Nov 14, 2020
1 parent 8a60a5c commit f467ff8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Continuous Integration
on: [push]
on:
- push
- pull_request
jobs:
dist:
name: Make distribution using Dist::Inkt
Expand Down

0 comments on commit f467ff8

Please sign in to comment.