Skip to content
Snippets Groups Projects
Unverified Commit 6f4def17 authored by Nemanja Glumac's avatar Nemanja Glumac Committed by GitHub
Browse files

[CI] Ignore frontend changes all together in backend workflows (#26539)

parent 88a44519
No related branches found
No related tags found
No related merge requests found
......@@ -8,12 +8,12 @@ on:
paths-ignore:
- "docs/**"
- "**.md"
- "**/frontend/test/**"
- "**/frontend/**"
pull_request:
paths-ignore:
- "docs/**"
- "**.md"
- "**/frontend/test/**"
- "**/frontend/**"
jobs:
......
......@@ -8,13 +8,13 @@ on:
paths-ignore:
- "docs/**"
- "**.md"
- "**/frontend/test/**"
- "**/frontend/**"
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
paths-ignore:
- "docs/**"
- "**.md"
- "**/frontend/test/**"
- "**/frontend/**"
jobs:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment