Skip to content

Commit 7c92698

Browse files
authored
Update create-tag.yml
1 parent d439e72 commit 7c92698

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/create-tag.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
name: Create tag from new version
22

33
on:
4+
workflow_dispatch:
5+
workflow_call:
46
push:
57
paths:
6-
./pyproject.toml
8+
- pyproject.toml
79

810
permissions:
911
contents: write

0 commit comments

Comments
 (0)