Skip to content

Commit 9378ac5

Browse files
committed
build only for tags on master branch
1 parent 389a049 commit 9378ac5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Publish django-formset
22

33
on:
44
push:
5+
branches:
6+
- master
57
tags:
68
- '*'
79

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Django CI
22

33
on:
44
push:
5-
branches: [ master, Sortable.js ]
5+
branches: [ master ]
66
pull_request:
77
branches: [ master ]
88

0 commit comments

Comments
 (0)