Skip to content

Commit

Permalink
Update python-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alejamp committed Oct 26, 2024
1 parent 01220c6 commit 4675550
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ on:

jobs:
build:
if: ${{ github.event.pull_request.merged == true }}
runs-on: ubuntu-latest
environment: release
permissions:
Expand All @@ -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 }}

Expand Down

0 comments on commit 4675550

Please sign in to comment.