only run CI on pushes.

This commit is contained in:
Jason Kulatunga
2020-09-08 22:41:44 -07:00
parent 834dcdc223
commit e43048feae
+1 -1
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 to the repository.
on: [push, pull_request] on: [push]
jobs: jobs:
build: build: