Skip to content

Commit

Permalink
add paths ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Allenxuxu committed Jan 15, 2020
1 parent 7b74e6b commit 1cc5844
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ on:
- 'README.md'
- 'dashboard/**'
- 'doc/**'
- 'deployments/**'
pull_request:
paths-ignore:
- 'README.md'
- 'dashboard/**'
- 'doc/**'
- 'deployments/**'
jobs:
lint:
name: Lint
Expand Down
3 changes: 0 additions & 3 deletions deployments/docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,3 @@ services:
- default
ports:
- 8080:8080



0 comments on commit 1cc5844

Please sign in to comment.