Skip to content

Commit 5b53197

Browse files
authored
Merge pull request #37 from has2k1/test-dev-branch
Allow GHA testing on the dev branch
2 parents 436afcc + 4924542 commit 5b53197

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: tests
33
on:
44
workflow_dispatch:
55
push:
6-
branches: ['main', 'dev-*']
6+
branches: ['main', 'dev-*', 'dev']
77
pull_request:
88
release:
99
types: [published]

0 commit comments

Comments
 (0)