Skip to content

Commit 715a24c

Browse files
committed
Merge branch 'main' of github.com:fsbraun/djangocms-form-builder
2 parents 96751b8 + f140df4 commit 715a24c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish-to-test-pypi.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
push:
55
branches:
66
- main
7+
workflow_dispatch:
8+
branches:
9+
- main
710

811
jobs:
912
build-n-publish:
@@ -38,3 +41,4 @@ jobs:
3841
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
3942
repository_url: https://test.pypi.org/legacy/
4043
skip_existing: true
44+
verbose: true

0 commit comments

Comments
 (0)