Skip to content

Commit

Permalink
added paths to ignore to run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sumanth-lingappa authored Feb 1, 2024
1 parent fe828ad commit 0e2e0f5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,15 @@ name: ansible-test
on:
workflow_dispatch:
pull_request:
paths-ignore:
- 'docs/**'
- '**/*.md'
- 'examples/**'
push:
paths-ignore:
- 'docs/**'
- '**/*.md'
- 'examples/**'

jobs:
ansible-galaxy-importer:
Expand Down

0 comments on commit 0e2e0f5

Please sign in to comment.