We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed14957 commit 6d03496Copy full SHA for 6d03496
1 file changed
.github/workflows/python-app.yml
@@ -10,6 +10,8 @@ on:
10
push:
11
branches:
12
- master
13
+ tags:
14
+ - 'v[0-9]+.[0-9]+.[0-9]+'
15
jobs:
16
build:
17
environment: Sign
0 commit comments