Skip to content

Commit f34c47e

Browse files
authored
Update release.yml
1 parent f6d87f3 commit f34c47e

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@ on:
55
push:
66
paths:
77
- __version__.py
8+
branches:
9+
- "!master"
10+
- "!main"
811
tags:
9-
- "!*"
12+
- "!*"
1013
workflow_dispatch:
1114
jobs:
1215
build:

0 commit comments

Comments
 (0)