Skip to content

Commit

Permalink
CI: only run Ansible-lint on Ansible changes
Browse files Browse the repository at this point in the history
  • Loading branch information
stsnel committed Dec 13, 2024
1 parent 1757f27 commit 4a334a0
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/ansible-lint.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
name: Ansible Lint

on: [push, pull_request]
on:
push:
paths-ignore:
- 'README.md'
- 'Vagrantfile'
- 'docker/**'
- 'vagrant/**'
pull_request:
paths-ignore:
- 'README.md'
- 'Vagrantfile'
- 'docker/**'
- 'vagrant/**'

jobs:
build:
Expand Down

0 comments on commit 4a334a0

Please sign in to comment.