1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-25 08:11:53 +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 name: actions
on: [push] on: [push, pull_request]
jobs: jobs:
ci: ci:
runs-on: ubuntu-latest runs-on: ubuntu-latest