From 4bf3cb2524da0bc485a423211c5cc616075e31fc Mon Sep 17 00:00:00 2001 From: jurikane Date: Mon, 9 Mar 2026 00:53:29 +0100 Subject: [PATCH] Add 'thesis' branch to push workflow --- .github/workflows/python-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 7819fdf..8340e09 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -2,7 +2,7 @@ name: pytest on: push: - branches: [ main, dev ] + branches: [ main, dev, thesis ] pull_request: branches: [ main ]