Only run CI on pushes to master and PRs

This commit is contained in:
David 2021-04-24 13:29:53 +12:00 committed by GitHub
parent 62a43e64d9
commit d1e719ef7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,9 @@
name: Build and Lint
on:
- push
- pull_request
push:
branches:
- master
pull_request:
jobs:
build: