Skip to content

Commit

Permalink
ci: run CI on PRs to devel and master
Browse files Browse the repository at this point in the history
Signed-off-by: Bruce Becker <[email protected]>
  • Loading branch information
brucellino committed Mar 28, 2024
1 parent 27d8e1b commit 2bb0492
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: ["devel", "master"]
jobs:
build:
name: Ansible Lint
Expand Down

0 comments on commit 2bb0492

Please sign in to comment.