Skip to content

Commit 16364d0

Browse files
authored
fix nodejs CI
1 parent e2b375d commit 16364d0

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

.github/workflows/node.js.yml

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,23 @@ name: Node.js CI
55

66
on:
77
push:
8-
branches: [main]
98
paths-ignore:
109
- 'README.md'
11-
- '.github/*'
10+
- '.github/**'
1211
- '.dockerignore'
13-
- '*/docker-compose.yml'
14-
- '*/Dockerfile'
12+
- 'docker-compose.yml'
13+
- 'Dockerfile'
14+
branches:
15+
- main
1516
pull_request:
16-
branches: [main]
17+
paths-ignore:
18+
- 'README.md'
19+
- '.github/**'
20+
- '.dockerignore'
21+
- 'docker-compose.yml'
22+
- 'Dockerfile'
23+
branches:
24+
- main
1725
schedule:
1826
- cron: "36 20 * * 6"
1927

0 commit comments

Comments
 (0)