Skip to content

Commit b1a850e

Browse files
committed
Remove branch check for testing
1 parent 290867e commit b1a850e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
publish-snapshot:
2828
needs: build
29-
if: github.ref == 'refs/heads/main'
29+
# if: github.ref == 'refs/heads/main'
3030
uses: ./.github/workflows/maven.yml
3131
with:
3232
plugin-portal: false

0 commit comments

Comments
 (0)