Skip to content

Commit cb08fda

Browse files
authored
Remove PR merged condition from publish_alpha job
Removed conditional check for merged pull requests in the publish_alpha job.
1 parent 1ec9c5e commit cb08fda

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/release_workflow.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ on:
88

99
jobs:
1010
publish_alpha:
11-
if: github.event.pull_request.merged == true
1211
uses: TigreGotico/gh-automations/.github/workflows/publish-alpha.yml@master
1312
secrets: inherit
1413
with:

0 commit comments

Comments
 (0)