Skip to content

Commit edbc5f0

Browse files
committed
Track branch rename
1 parent 3727f0b commit edbc5f0

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
@@ -1,11 +1,11 @@
11
name: test
22
on:
33
push:
4-
branches: [ master ]
4+
branches: [ main ]
55
paths:
66
- 'doc/**'
77
pull_request:
8-
branches: [ master ]
8+
branches: [ main ]
99
paths:
1010
- 'doc/**'
1111

0 commit comments

Comments
 (0)