Skip to content

Commit 66e6628

Browse files
committed
Run example trial only on tags
1 parent ceddd03 commit 66e6628

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/examples.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@ name: Simvue Examples
22

33
on:
44
push:
5-
branches: [ "main", "dev", "hotfix/update-ci", "296-*", "examples/*" ]
6-
pull_request:
7-
branches: [ "main", "dev", "hotfix/update-ci" ]
5+
tags:
6+
- 'v*-*-rc*'
87

98
permissions:
109
contents: read

0 commit comments

Comments
 (0)