Skip to content
This repository was archived by the owner on Mar 30, 2025. It is now read-only.

Commit 96d84ea

Browse files
author
Thiago C. D'Ávila
authored
Merge pull request #26 from staticdev/ga-main
Use main branch in GA workflows
2 parents aa273ef + a4a72e2 commit 96d84ea

File tree

4 files changed

+2
-5
lines changed

4 files changed

+2
-5
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
pull_request:
55
push:
66
branches:
7-
- master
87
- main
98
schedule:
109
- cron: "0 7 * * 0"

.github/workflows/labeler.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on:
55
push:
66
branches:
77
- main
8-
- master
98

109
jobs:
1110
labeler:

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on:
55
push:
66
branches:
77
- main
8-
- master
98

109
jobs:
1110
release:

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ repos:
1414
hooks:
1515
- id: prettier
1616
- repo: https://github.com/adrienverge/yamllint.git
17-
rev: v1.17.0
17+
rev: v1.26.0
1818
hooks:
1919
- id: yamllint
2020
args: [-c=.yamllint]
2121
- repo: https://github.com/ansible-community/ansible-lint.git
22-
rev: v4.3.7
22+
rev: v5.0.5
2323
hooks:
2424
- id: ansible-lint
2525
files: \.(yaml|yml)$

0 commit comments

Comments
 (0)