mirror of
https://github.com/danielmiessler/Fabric.git
synced 2026-01-09 22:38:10 -05:00
ci: deactivate build triggering at changes of patterns or docu
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -3,8 +3,14 @@ name: Go Build
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: ["main"]
|
branches: ["main"]
|
||||||
|
paths-ignore:
|
||||||
|
- 'patterns/**'
|
||||||
|
- '**/*.md'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: ["main"]
|
branches: ["main"]
|
||||||
|
paths-ignore:
|
||||||
|
- 'patterns/**'
|
||||||
|
- '**/*.md'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|||||||
@@ -4,6 +4,9 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main # Monitor the main branch
|
- main # Monitor the main branch
|
||||||
|
paths-ignore:
|
||||||
|
- 'patterns/**'
|
||||||
|
- '**/*.md'
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: write # Ensure the workflow has write permissions
|
contents: write # Ensure the workflow has write permissions
|
||||||
|
|||||||
Reference in New Issue
Block a user