diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 95949bcb..86284619 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -5,10 +5,11 @@ on: - master - feature/** tags: - - 'v*' + - "v*" pull_request: branches: - master + - v1 jobs: mdvalidate: name: Validate Markdown Files @@ -20,7 +21,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 cdd31290..af725e60 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -3,7 +3,7 @@ on: push: branches: [master] pull_request: - branches: [master] + branches: [master, v1] jobs: checkup: name: Checkup