Skip to content

Commit

Permalink
Merge pull request #112 from apptentive/fix-complete-release
Browse files Browse the repository at this point in the history
Trigger complete release on merge from develop
  • Loading branch information
PoornimaApptentive authored Apr 24, 2024
2 parents 772d7ed + 260dca2 commit d10aa93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/complete-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
tag-and-release:
# Run only after release PR branch is merged
if: github.event.pull_request.merged == true && startsWith(github.head_ref, 'releases/')
if: github.event.pull_request.merged == true && startsWith(github.head_ref, 'develop')
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit d10aa93

Please sign in to comment.