Skip to content

Commit ff31041

Browse files
authored
publish on tag (#8)
1 parent ff47d46 commit ff31041

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/django-adminlink-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
107107
publish:
108108
runs-on: ubuntu-latest
109-
if: github.ref == 'refs/heads/master' && startsWith(github.ref, 'refs/tags/')
109+
if: startsWith(github.ref, 'refs/tags/')
110110
needs: [black, build, test, no-makemigrations, no-makemessages]
111111
steps:
112112
- name: checkout code

0 commit comments

Comments
 (0)