From 18e431a8f13f5ac5aa9cf3ff7e8fc865c713b918 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20San=20Jos=C3=A9?= Date: Thu, 16 Jan 2025 10:29:52 +0100 Subject: [PATCH] chore: pin python 3.7 version and run workflow on merge requests to master --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 697f86c..b42904a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,6 +6,7 @@ on: pull_request: branches: - main + - master jobs: build: @@ -20,7 +21,7 @@ jobs: - name: Install Python uses: actions/setup-python@v2 with: - python-version: "3.7" + python-version: "3.7.17" - name: Install and configure Poetry uses: snok/install-poetry@v1.1.2