only run CI on pushes.

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

@ -1,6 +1,6 @@
name: CI
# This workflow is triggered on pushes to the repository.
on: [push, pull_request]
on: [push]
jobs:
build:

Loading…
Cancel
Save