Skip to content

Commit 895a2c7

Browse files
committed
Adjust YAML for main branch builds
1 parent a5e6e3d commit 895a2c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ on:
44
pull_request:
55
push:
66
branches:
7-
- main
7+
- 'main'
88
paths:
9-
- '*'
10-
- '!/docs/*' # Don't run workflow when files are only in the /docs directory
9+
- '*'
10+
- '!/docs/*' # Don't run workflow when files are only in the /docs directory
1111

1212
jobs:
1313
main:

0 commit comments

Comments
 (0)