From 9e02fb9283224d7ec93bd74d592706dbaf434de7 Mon Sep 17 00:00:00 2001 From: Luke Melas-Kyriazi Date: Thu, 15 Apr 2021 11:09:46 -0400 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3f59b40..03cd732 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -4,12 +4,13 @@ on: push: branches: - master + - staging jobs: pypi-job: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@master - name: Install twine run: pip install twine - name: Build package