Skip to content

Commit b51c08c

Browse files
Merge pull request #23 from DataSeer/automatic_docker_build
fix : fix build failure
2 parents 1b220a3 + 6209638 commit b51c08c

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/eslint.yml

-10
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,6 @@ on:
1313
- 'package.json'
1414
- 'package-lock.json'
1515
- '.github/workflows/eslint.yml'
16-
pull_request:
17-
branches:
18-
- dev
19-
paths:
20-
- '**.js'
21-
- '.eslintrc.*'
22-
- '.eslintignore'
23-
- 'package.json'
24-
- 'package-lock.json'
25-
- '.github/workflows/eslint.yml'
2616
concurrency:
2717
group: ${{ github.workflow }}-${{ github.ref }}
2818
cancel-in-progress: true

0 commit comments

Comments
 (0)