From 467555025d4f40940adc2ba73c125ed7c0680081 Mon Sep 17 00:00:00 2001 From: Alejandro Pirola Date: Sat, 26 Oct 2024 05:11:59 -0300 Subject: [PATCH] Update python-package.yml --- .github/workflows/python-package.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index e553ff7..eb2017e 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -14,7 +14,6 @@ on: jobs: build: - if: ${{ github.event.pull_request.merged == true }} runs-on: ubuntu-latest environment: release permissions: @@ -41,8 +40,8 @@ jobs: pip install poetry poetry install --with dev - - name: Set up Git credentials for pushing - run: git remote set-url origin https://x-access-token:${GITHUB_TOKEN}@github.com/${{ github.repository }}.git + - name: Set up Git credentials for pushing + run: git remote set-url origin https://x-access-token:${GITHUB_TOKEN}@github.com/${{ github.repository }}.git env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}