Skip to content

Commit 4ada84d

Browse files
committed
ci: enable tests on fix branches
1 parent 14d699f commit 4ada84d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ name: Run tests
22

33
on:
44
push:
5-
branches: [ master, dev ]
5+
branches: [ master, dev, 'fix/**' ]
66
pull_request:
77
branches: [ master, dev ]
8+
workflow_dispatch:
89

910
permissions:
1011
contents: read

0 commit comments

Comments
 (0)