Skip to content

Commit

Permalink
Skip tests for documentation changes in pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
augusto-herrmann committed Jan 30, 2025
1 parent ec5693d commit 4a96ec3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@ name: cicd tests

on:
push:
branches:
- main
branches: [ main ]
paths-ignore:
- 'docs/**'
- '**.md'
pull_request:
branches: [ main ]
paths-ignore:
- 'docs/**'
- '**.md'

jobs:
build:
Expand Down

0 comments on commit 4a96ec3

Please sign in to comment.