Skip to content

Commit

Permalink
disable build for non js edits
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhailprivalov committed Sep 27, 2022
1 parent a35fffb commit d61e14e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ on:
- 'poetry.lock'
pull_request:
branches: [ develop ]
paths:
- '**.py'
- 'pyproject.toml'
- 'poetry.lock'

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/vue_cli_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ on:
- 'l2-frontend/**'
pull_request:
branches: [ develop ]
paths:
- 'l2-frontend/**'

jobs:
webpack_build_prod:
Expand Down

0 comments on commit d61e14e

Please sign in to comment.