Skip to content

Commit 869551a

Browse files
committed
include branch in automated testing
1 parent 77b41b2 commit 869551a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
33
on:
44
push:
5-
branches: [main, master, workflow-ttest]
5+
branches: [main, master, workflow-ttest, test]
66
pull_request:
7-
branches: [main, master, ttest, workflow-ttest]
7+
branches: [main, master, ttest, workflow-ttest, test]
88

99
name: test-coverage
1010

0 commit comments

Comments
 (0)