Skip to content

Commit

Permalink
Remove if condition
Browse files Browse the repository at this point in the history
  • Loading branch information
mukulmishra18 committed Jan 3, 2024
1 parent 2483f5b commit 7b3a43a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag-release-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

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

0 comments on commit 7b3a43a

Please sign in to comment.