only run CI on pushes to main and pull requests (#581)

This commit is contained in:
Zsolt Dollenstein 2022-01-05 17:09:30 +00:00 committed by GitHub
parent b939bf2998
commit 73ecdf45c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,10 @@
name: Python CI
on: [push, pull_request]
on:
push:
branches:
- main
pull_request:
jobs:
# Install and cache dependencies