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 @@ - +