Skip to content

Commit 3e065b5

Browse files
authored
Revert changes to workflow
Removed 'fix/**' branch from push triggers.
1 parent 4ada84d commit 3e065b5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/tests.yml

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

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

109
permissions:
1110
contents: read

0 commit comments

Comments
 (0)