Skip to content

Commit 4924542

Browse files
committed
Allow GHA testing on the dev branch
This gives a contributor a fixed branch they can use for development & testing on their fork without abusing the main branch which should track upstream (tidymodels/main).
1 parent dea8303 commit 4924542

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)