Skip to content

Commit

Permalink
feat: running the pipeline when release branch is opened, same as car…
Browse files Browse the repository at this point in the history
…tridges-commit
  • Loading branch information
zenit2001 committed Sep 25, 2024
1 parent e755beb commit 2911a22
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:

jobs:
upload-release:
if: |
github.event_name == 'pull_request' &&
contains(github.head_ref, 'release') &&
github.event.pull_request.base.ref == 'main'
runs-on: ubuntu-latest
timeout-minutes: 5
strategy:
Expand Down

0 comments on commit 2911a22

Please sign in to comment.