Skip to content

Commit 219df84

Browse files
committed
Enable tests to non-main branch
1 parent b856343 commit 219df84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
push:
88
branches: [ main ]
99
pull_request:
10-
branches: [ main ]
10+
branches: [ main, "docs/3.0-user-guide" ]
1111
workflow_dispatch:
1212

1313
concurrency:
@@ -111,4 +111,4 @@ jobs:
111111
contains(needs.*.result, 'cancelled')
112112
run: exit 1
113113
- name: Success
114-
run: echo Success!
114+
run: echo Success!

0 commit comments

Comments
 (0)