Skip to content

Commit b62f1b6

Browse files
committed
feat: on push
1 parent 4b0cf7f commit b62f1b6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: .github/workflows/ansible-lint.yml

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ name: ansible-lint
44
on:
55
pull_request:
66
branches: ["main", "stable", "release/v*"]
7+
push:
8+
branches:
9+
- master
10+
- develop
11+
schedule:
12+
- cron: "0 7 * * 0"
713
jobs:
814
build:
915
name: Ansible Lint # Naming the build is important to use it as a status check

0 commit comments

Comments
 (0)