Skip to content

Commit

Permalink
Merge branch 'main' into aap_8744
Browse files Browse the repository at this point in the history
  • Loading branch information
mkanoor authored Sep 27, 2023
2 parents 4c661d3 + aaf2a43 commit 82241e6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,15 @@ on:
push:
branches:
- "main"
paths-ignore:
- "docs/**"
- "*.md"
pull_request:
branches:
- "main"
paths-ignore:
- "docs/**"
- "*.md"
workflow_dispatch:

jobs:
Expand Down
1 change: 1 addition & 0 deletions ansible_rulebook/schema/ruleset_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
}
},
"required": [
"name",
"hosts",
"sources",
"rules"
Expand Down

0 comments on commit 82241e6

Please sign in to comment.