From bc4bfd3b719efe3b9b5e58f51106e58090653d1a Mon Sep 17 00:00:00 2001 From: Cody Logan Date: Mon, 30 Oct 2023 16:01:55 -0700 Subject: Remove use of dev branch --- .github/workflows/python.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 7f44810..ba5ab90 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -5,9 +5,9 @@ name: Python package on: push: - branches: [ "dev" ] + branches: [ "master" ] pull_request: - branches: [ "master", "dev" ] + branches: [ "master" ] jobs: build: -- cgit v1.2.3