Skip to content

Commit cedd253

Browse files
another fix to actions triggers for tests to be triggered by all branches and all but version tags (where tests are triggered by release).
1 parent 6a23ad0 commit cedd253

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@ name: Test
22

33
on:
44
push:
5-
tags-ignore:
5+
branches:
66
- '**'
7+
tags-ignore:
8+
- 'v*'
79
pull_request:
810
workflow_call:
911

0 commit comments

Comments
 (0)