From 1eacaf6841f0db6128b18bde5f6dad579314217b Mon Sep 17 00:00:00 2001 From: IanLalonde <46567178+IanLalonde@users.noreply.github.com> Date: Tue, 28 May 2024 16:29:05 -0400 Subject: [PATCH] Update python-app.yml --- .github/workflows/python-app.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index cf8b26d..45bd155 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -5,9 +5,9 @@ name: Python application on: push: - branches: [ "master" ] + branches: [ "dev-ian" ] pull_request: - branches: [ "master" ] + branches: [ "dev-ian" ] permissions: contents: read