Skip to content

Commit 65309aa

Browse files
authored
[skip ci]Merge pull request #400 from simvue-io/hotfix/test-other-python-on-rc
[skip ci]Only run other python version checks on tagged release candidate
2 parents 81de47e + 00bd65c commit 65309aa

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/test_multiple_python.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@ name: Simvue Client (Python Versions)
55

66
on:
77
push:
8-
branches: [ "main", "dev", "hotfix/update-ci" ]
9-
pull_request:
10-
branches: [ "main", "dev", "hotfix/update-ci" ]
8+
tags:
9+
- 'v*-*-rc*'
1110

1211
permissions:
1312
contents: read

0 commit comments

Comments
 (0)