We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 389a049 commit 9378ac5Copy full SHA for 9378ac5
.github/workflows/publish.yml
@@ -2,6 +2,8 @@ name: Publish django-formset
2
3
on:
4
push:
5
+ branches:
6
+ - master
7
tags:
8
- '*'
9
.github/workflows/tests.yml
@@ -2,7 +2,7 @@ name: Django CI
- branches: [ master, Sortable.js ]
+ branches: [ master ]
pull_request:
branches: [ master ]
0 commit comments