Skip to content

Commit

Permalink
ci: run on PRs against master and devel
Browse files Browse the repository at this point in the history
WIP rciam#269

Signed-off-by: Bruce Becker <[email protected]>
  • Loading branch information
brucellino committed Mar 21, 2024
1 parent 58aef50 commit f97e0b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: ansible-lint
on:
pull_request:
branches: ["main"]
branches: ["master", "devel"]
jobs:
build:
name: Ansible Lint
Expand Down

0 comments on commit f97e0b2

Please sign in to comment.