Skip to content

Commit fdef5ca

Browse files
committed
ci: run workflow on all branches, but not release, and no tag changes
Signed-off-by: Patrizio Bekerle <patrizio@bekerle.com>
1 parent 0bac31f commit fdef5ca

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@ name: Test
33
on:
44
pull_request:
55
push:
6-
branches:
7-
- main
6+
branches-ignore:
7+
- release
8+
tags-ignore:
9+
- "*"
810

911
jobs:
1012
unit-tests:

0 commit comments

Comments
 (0)