Skip to content

Commit 25212de

Browse files
committed
Listen to tag push
1 parent 55214a4 commit 25212de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/django.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Django CI
33
on:
44
push:
55
branches: [ master ]
6+
tags: [ v*.*.* ]
67
pull_request:
78
branches: [ master ]
89

0 commit comments

Comments
 (0)