only run CI on pushes.

pull/1/head
Jason Kulatunga 4 years ago
parent 834dcdc223
commit e43048feae

@ -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:

Loading…
Cancel
Save