From ede2f5d8f6f60f0fce99dd856ee43ef9b17ad430 Mon Sep 17 00:00:00 2001 From: Victor Nogueira Date: Sat, 4 Nov 2023 23:45:57 +0200 Subject: [PATCH] Update target branches of GitHub Actions to `v1` branch --- .github/workflows/docs.yml | 8 ++++---- .github/workflows/go.yml | 4 ++-- README.md | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 95949bcb..1c300ccc 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -2,13 +2,13 @@ name: Docs CI on: push: branches: - - master + - v1 - feature/** tags: - - 'v*' + - "v*" pull_request: branches: - - master + - v1 jobs: mdvalidate: name: Validate Markdown Files @@ -20,7 +20,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 a493411e..7343df24 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -1,9 +1,9 @@ name: Terraform Provider CI on: push: - branches: [master] + branches: [v1] pull_request: - branches: [master] + branches: [v1] jobs: checkup: name: Checkup diff --git a/README.md b/README.md index 29cf28f8..68ccc467 100644 --- a/README.md +++ b/README.md @@ -11,14 +11,14 @@ GitHub go.mod Go version - GitHub Workflow Status + GitHub Workflow Status GitHub release (latest by date including pre-releases)

- Explore the docs » + Explore the docs »