We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb28a6f commit 3f485efCopy full SHA for 3f485ef
1 file changed
.github/workflows/publish.yml
@@ -3,7 +3,7 @@ name: Publish DorkEye to PyPI
3
on:
4
push:
5
tags:
6
- - "DorkEye_V*.*.*" # Trigger su tag tipo v4.5.0, v5.0.0 ecc.
+ - "dev4.8*.*.*" # Trigger su tag tipo v4.5.0, v5.0.0 ecc.
7
8
jobs:
9
test:
0 commit comments