Skip to content

Commit 75e69b3

Browse files
committed
GitHub Actions: do not deploy to maven central from master branch
1 parent 78e9155 commit 75e69b3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ jobs:
6666
needs: build
6767
if: |
6868
github.event_name == 'push' &&
69-
(startsWith( github.ref, 'refs/tags/' ) || github.ref == 'refs/heads/master') &&
69+
startsWith( github.ref, 'refs/tags/' ) &&
70+
endsWith( github.ref, '-formdev' ) &&
7071
github.repository == 'JFormDesigner/svgSalamander'
7172
7273
steps:

0 commit comments

Comments
 (0)