diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index 95949bcb..27272554 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -2,13 +2,12 @@ name: Docs CI
on:
push:
branches:
- - master
- - feature/**
+ - main
tags:
- - 'v*'
+ - "v*"
pull_request:
branches:
- - master
+ - main
jobs:
mdvalidate:
name: Validate Markdown Files
@@ -20,7 +19,7 @@ jobs:
- name: Check out code
uses: actions/checkout@v4
with:
- fetch-depth: 1
+ fetch-depth: 1
- name: Markdown Link Validation
uses: gaurav-nelson/github-action-markdown-link-check@v1
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml
index b3d684a6..5df87321 100644
--- a/.github/workflows/go.yml
+++ b/.github/workflows/go.yml
@@ -1,9 +1,9 @@
name: Terraform Provider CI
on:
push:
- branches: [master]
+ branches: [main]
pull_request:
- branches: [master]
+ branches: [main]
jobs:
checkup:
name: Checkup
diff --git a/README.md b/README.md
index 29cf28f8..89d579e9 100644
--- a/README.md
+++ b/README.md
@@ -11,14 +11,14 @@
-
+