Skip to content

Commit

Permalink
Execute on push in the branch
Browse files Browse the repository at this point in the history
  • Loading branch information
mukulmishra18 committed Jan 4, 2024
1 parent 2ac47a2 commit b13968f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/tag-release-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@ on:
- closed
branches:
- develop
push:
branches:
- feature/notify-team-on-release-workflow

jobs:
trigger-ui-release:
if: github.event.pull_request.merged == true
# if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down Expand Up @@ -66,8 +69,6 @@ jobs:
run: |
git add .
git commit -m "Add release date to changelog"
git push origin develop
git push origin --tags
- name: Notify failure
if: ${{ failure() }}
run: |
Expand Down

0 comments on commit b13968f

Please sign in to comment.