Skip to content

Commit bdddc67

Browse files
authored
Merge pull request #126 from what3words/fix/fix-duplication-release-workflow-in-github-action
Remove pull_request trigger causing duplication release
2 parents 27e924c + 55d0111 commit bdddc67

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/JReleaseToMavenCentral.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ on:
44
push:
55
branches:
66
- 'staging'
7-
pull_request:
8-
branches:
9-
- 'staging'
10-
types: [closed]
117
workflow_dispatch: # Allow manual triggering
128

139
jobs:

0 commit comments

Comments
 (0)