Update build.yaml

This commit is contained in:
Jason Kulatunga
2020-10-09 17:35:57 -06:00
committed by GitHub
parent aa720f7065
commit afca629848
+2 -2
View File
@@ -1,6 +1,6 @@
name: CI name: CI
# This workflow is triggered on pushes to the repository. # This workflow is triggered on pushes & pull requests
on: [push] on: [push, pull_request]
jobs: jobs:
build: build: