1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-24 16:02:55 +02:00

fix ci to run on PRs

This commit is contained in:
Ian Storm Taylor
2019-11-28 20:32:43 -05:00
parent 5bf58bbb71
commit ac21510597

View File

@@ -1,5 +1,5 @@
name: actions
on: [push]
on: [push, pull_request]
jobs:
ci:
runs-on: ubuntu-latest