Skip to content

Commit e704d80

Browse files
Merge pull request #26 from pescheckit/hotfix_fixed-build-issue
Fixed issue with v and *v
2 parents 3f5c83b + d6253d6 commit e704d80

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/workflows/ci-cd.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,15 @@ name: Python Package CI
22

33
on:
44
push:
5-
branches: [ "main" ]
6-
tags: [ "v*" ]
5+
branches:
6+
- main
7+
tags:
8+
- '*'
79
pull_request:
8-
branches: [ "main" ]
10+
branches:
11+
- main
12+
release:
13+
types: [published]
914

1015
permissions:
1116
contents: read

0 commit comments

Comments
 (0)