From f927a8884ed41818d57870a2282acd73fd8878f4 Mon Sep 17 00:00:00 2001 From: Usama Sadiq Date: Wed, 26 Jun 2024 18:44:58 +0500 Subject: [PATCH] temp: trigger requirements upgrade workflow --- .github/workflows/upgrade-python-requirements.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/upgrade-python-requirements.yml b/.github/workflows/upgrade-python-requirements.yml index e2653c80..0327d90b 100644 --- a/.github/workflows/upgrade-python-requirements.yml +++ b/.github/workflows/upgrade-python-requirements.yml @@ -9,12 +9,13 @@ on: description: "Target branch against which to create requirements PR" required: true default: 'master' + pull_request: jobs: call-upgrade-python-requirements-workflow: uses: openedx/.github/.github/workflows/upgrade-python-requirements.yml@master with: - branch: ${{ github.event.inputs.branch || 'master' }} + branch: 'python312-upgrade' # optional parameters below; fill in if you'd like github or email notifications # user_reviewers: "" # team_reviewers: ""