From 1919016d85c6453db671b79dbb9cd3403f56e155 Mon Sep 17 00:00:00 2001
From: Victor Nogueira
Date: Sun, 5 Nov 2023 00:20:30 +0200
Subject: [PATCH] Update main branch name (#539)
---
.github/workflows/docs.yml | 9 ++++-----
.github/workflows/go.yml | 4 ++--
README.md | 4 ++--
3 files changed, 8 insertions(+), 9 deletions(-)
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 @@
-
+
- Explore the docs »
+ Explore the docs »