Add paths-ignore to skip CI for docs and README changes

This commit is contained in:
ionutboangiu
2024-10-10 13:23:29 +03:00
committed by Dan Christian Bogos
parent 520dca3204
commit c11b38ace0
2 changed files with 20 additions and 4 deletions

View File

@@ -4,9 +4,17 @@ permissions: {}
on: on:
push: push:
branches: [master] branches:
- master
paths-ignore:
- 'docs/**'
- README.md
pull_request: pull_request:
branches: [master] branches:
- master
paths-ignore:
- 'docs/**'
- README.md
workflow_dispatch: workflow_dispatch:
jobs: jobs:

View File

@@ -2,9 +2,17 @@ name: Integration Tests
on: on:
push: push:
branches: [master] branches:
- master
paths-ignore:
- 'docs/**'
- README.md
pull_request: pull_request:
branches: [master] branches:
- master
paths-ignore:
- 'docs/**'
- README.md
workflow_dispatch: workflow_dispatch:
jobs: jobs: