Don't run CI on pushes unless part of a PR

This commit is contained in:
Dustin Spicuzza 2021-01-04 22:00:24 -05:00
parent 1b2e622418
commit 07b63127f7

View File

@ -1,7 +1,13 @@
---
name: dist
on: [push, pull_request]
on:
pull_request:
push:
branches:
- main
tags:
- '*'
jobs:
check: