We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d439e72 commit 7c92698Copy full SHA for 7c92698
1 file changed
.github/workflows/create-tag.yml
@@ -1,9 +1,11 @@
1
name: Create tag from new version
2
3
on:
4
+ workflow_dispatch:
5
+ workflow_call:
6
push:
7
paths:
- ./pyproject.toml
8
+ - pyproject.toml
9
10
permissions:
11
contents: write
0 commit comments