We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2b375d commit 16364d0Copy full SHA for 16364d0
.github/workflows/node.js.yml
@@ -5,15 +5,23 @@ name: Node.js CI
5
6
on:
7
push:
8
- branches: [main]
9
paths-ignore:
10
- 'README.md'
11
- - '.github/*'
+ - '.github/**'
12
- '.dockerignore'
13
- - '*/docker-compose.yml'
14
- - '*/Dockerfile'
+ - 'docker-compose.yml'
+ - 'Dockerfile'
+ branches:
15
+ - main
16
pull_request:
17
+ paths-ignore:
18
+ - 'README.md'
19
20
+ - '.dockerignore'
21
22
23
24
25
schedule:
26
- cron: "36 20 * * 6"
27
0 commit comments