We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6d87f3 commit f34c47eCopy full SHA for f34c47e
1 file changed
.github/workflows/release.yml
@@ -5,8 +5,11 @@ on:
5
push:
6
paths:
7
- __version__.py
8
+ branches:
9
+ - "!master"
10
+ - "!main"
11
tags:
- - "!*"
12
+ - "!*"
13
workflow_dispatch:
14
jobs:
15
build:
0 commit comments