Skip to content

Commit

Permalink
Merge pull request #113 from apptentive/develop
Browse files Browse the repository at this point in the history
Complete Release script
  • Loading branch information
PoornimaApptentive authored Apr 24, 2024
2 parents 8b43293 + d10aa93 commit df6b9a3
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 df6b9a3

Please sign in to comment.