Skip to content

Commit

Permalink
Update target branches of GitHub Actions to v1 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
felladrin committed Nov 4, 2023
1 parent cc8f47e commit ede2f5d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Terraform Provider CI
on:
push:
branches: [master]
branches: [v1]
pull_request:
branches: [master]
branches: [v1]
jobs:
checkup:
name: Checkup
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
<img alt="GitHub go.mod Go version" src="https://img.shields.io/github/go-mod/go-version/aminueza/terraform-provider-minio">
</a>
<a href="https://github.com/aminueza/terraform-provider-minio/actions?query=workflow%3A%22Terraform+Provider+CI%22">
<img alt="GitHub Workflow Status" src="https://img.shields.io/github/actions/workflow/status/aminueza/terraform-provider-minio/go.yml?branch=master">
<img alt="GitHub Workflow Status" src="https://img.shields.io/github/actions/workflow/status/aminueza/terraform-provider-minio/go.yml?branch=v1">
</a>
<a href="https://github.com/aminueza/terraform-provider-minio/releases">
<img alt="GitHub release (latest by date including pre-releases)" src="https://img.shields.io/github/v/release/aminueza/terraform-provider-minio?include_prereleases">
</a>
</p>
<p align="center">
<a href="https://github.com/aminueza/terraform-provider-minio/tree/master/docs"><strong>Explore the docs »</strong></a>
<a href="https://github.com/aminueza/terraform-provider-minio/tree/v1/docs"><strong>Explore the docs »</strong></a>
</p>
</p>

Expand Down

0 comments on commit ede2f5d

Please sign in to comment.