Skip to content

Commit 42bf230

Browse files
committed
feature bump
1 parent 30cdc43 commit 42bf230

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: github.ref == 'refs/heads/master' || 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)