Run Github Actions on pull requests (#424)

This commit is contained in:
Paul Campbell 2020-06-08 02:06:38 +01:00 committed by GitHub
parent efc2e10e4b
commit 9343123f56
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,10 @@
name: Scala CI
on: [push]
on:
push:
branches: '*'
pull_request:
branches: '*'
jobs:
build: