Merge pull request #14026 from frappe/revert-13932-ignore_js_in_ci

Revert "ci: ignore js only changes while running unittests"
This commit is contained in:
gavin 2021-08-24 13:41:18 +05:30 committed by GitHub
commit fedadee657
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 1 additions and 17 deletions

View file

@ -1,11 +1,6 @@
name: Patch
on:
pull_request:
paths-ignore:
- '**.js'
- '**.md'
workflow_dispatch:
on: [pull_request, workflow_dispatch]
jobs:
test:

View file

@ -2,15 +2,9 @@ name: Server
on:
pull_request:
paths-ignore:
- '**.js'
- '**.md'
workflow_dispatch:
push:
branches: [ develop ]
paths-ignore:
- '**.js'
- '**.md'
jobs:
test:

View file

@ -2,9 +2,6 @@ name: Server
on:
pull_request:
paths-ignore:
- '**.js'
- '**.md'
workflow_dispatch:
jobs:

View file

@ -2,8 +2,6 @@ name: UI
on:
pull_request:
paths-ignore:
- '**.md'
workflow_dispatch:
push:
branches: [ develop ]