Skip to content

Commit 9abcef1

Browse files
committed
Adjust main branches
1 parent 895a2c7 commit 9abcef1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: CI
22

33
on:
44
pull_request:
5+
branches: [ 'main' ]
56
push:
6-
branches:
7-
- 'main'
7+
branches: [ 'main' ]
88
paths:
99
- '*'
1010
- '!/docs/*' # Don't run workflow when files are only in the /docs directory

0 commit comments

Comments
 (0)