From 79d42ba58bfebec582a451b5638f4b4d2d8faf0f Mon Sep 17 00:00:00 2001 From: Jayaram Kancherla Date: Wed, 22 May 2024 18:17:43 -0700 Subject: [PATCH] uUpdate github action (#13) --- .github/workflows/pypi-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pypi-test.yml b/.github/workflows/pypi-test.yml index 27791f1..9dc019a 100644 --- a/.github/workflows/pypi-test.yml +++ b/.github/workflows/pypi-test.yml @@ -5,9 +5,9 @@ name: Test the library on: push: - branches: [ main ] + branches: [ master ] pull_request: - branches: [ main ] + branches: [ master ] jobs: build: