Update default branch to main

Signed-off-by: Derek Nola <derek.nola@suse.com>
This commit is contained in:
Derek Nola
2025-09-15 14:47:29 -07:00
parent 8c38db014c
commit 08a147e6b9
3 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ name: Build
on: on:
push: push:
branches: branches:
- master - main
jobs: jobs:

View File

@@ -4,7 +4,7 @@ name: Lint
pull_request: pull_request:
push: push:
branches: branches:
- master - main
jobs: jobs:

View File

@@ -53,7 +53,7 @@ dependencies:
repository: https://github.com/k3s-io/k3s-ansible repository: https://github.com/k3s-io/k3s-ansible
# The URL to any online docs # The URL to any online docs
documentation: https://github.com/k3s-io/k3s-ansible/blob/master/README.md documentation: https://github.com/k3s-io/k3s-ansible/blob/main/README.md
# The URL to the homepage of the collection/project # The URL to the homepage of the collection/project
homepage: https://github.com/k3s-io/k3s-ansible homepage: https://github.com/k3s-io/k3s-ansible