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.
2 parents ca09151 + 6094468 commit 75c40d2Copy full SHA for 75c40d2
.github/workflows/release.yml
@@ -13,9 +13,8 @@ on:
13
- "docs/**"
14
- ".github/workflows/**"
15
- "!.github/workflows/release.yml"
16
- branches-ignore:
17
- - "dependabot/**"
18
- - "pre-commit-ci-update-config"
+ branches:
+ - master
19
tags:
20
- "**"
21
workflow_dispatch:
@@ -27,7 +26,7 @@ jobs:
27
26
- uses: actions/checkout@v4
28
with:
29
persist-credentials: false
30
-
+
31
- uses: actions/setup-python@v5
32
33
python-version: "3.10"
.github/workflows/tests.yml
@@ -2,6 +2,10 @@ name: Tests
2
3
on:
4
push:
5
6
7
+ tags:
8
+ - '*'
9
pull_request:
10
11
env:
0 commit comments