Skip to content

Commit

Permalink
dont trigger when pull request opened
Browse files Browse the repository at this point in the history
  • Loading branch information
jmineau authored Aug 5, 2024
1 parent 3b189d3 commit 4a3f03b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/update_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: Update package version
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
permissions:
contents: write
jobs:
Expand All @@ -13,8 +11,6 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}

- name: Set up Python
uses: actions/setup-python@v4
Expand Down

0 comments on commit 4a3f03b

Please sign in to comment.