mirror of
https://github.com/ModernRelay/omnigraph.git
synced 2026-06-27 02:39:38 +02:00
Skip heavy CI on text-only changes
This commit is contained in:
parent
696eb3fe33
commit
af7a74bf2c
2 changed files with 98 additions and 2 deletions
6
.github/workflows/release-edge.yml
vendored
6
.github/workflows/release-edge.yml
vendored
|
|
@ -4,6 +4,12 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- main
|
||||
paths-ignore:
|
||||
- "**/*.md"
|
||||
- "**/*.mdx"
|
||||
- "**/*.txt"
|
||||
- "**/*.rst"
|
||||
- "**/*.adoc"
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue