Skip to content

Commit a5c7a6a

Browse files
committed
change the branch on which to run unit tests in the GitHub Action
1 parent 6f9e23f commit a5c7a6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/xqunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: XQUnit Tests
22
on:
33
push:
44
branches:
5-
- unit-test
5+
- dev
66
jobs:
77
test:
88
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)