Feature: Reduce the number of builds run at push non-master branch

This commit is contained in:
winkidney
2020-07-18 18:38:16 +08:00
parent 199a3dc646
commit f2b38df680

View File

@@ -1,6 +1,10 @@
name: Python package
on: [push, pull_request]
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build: