Skip to content
This repository was archived by the owner on Dec 19, 2025. It is now read-only.

Commit d0c266e

Browse files
committed
Use list syntax
1 parent c1b0ac9 commit d0c266e

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/ci.yml

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

33
on:
44
push:
5-
branches: [ main ]
5+
branches:
6+
- main
67
paths-ignore:
78
- "art/**"
89
- "docs/**"
910
- ".github/workflows/docs.yml"
1011
pull_request:
11-
branches: [ main ]
12+
branches:
13+
- main
1214
workflow_dispatch:
1315

1416
jobs:

.github/workflows/docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: Docs
22

33
on:
44
push:
5-
branches: [ "main" ]
5+
branches:
6+
- main
67
paths:
78
- "docs/**"
89
workflow_dispatch:

0 commit comments

Comments
 (0)