diff --git a/.github/workflows/browser-e2e.yaml b/.github/workflows/browser-e2e.yaml index b9f78599a03..e73dabb55f8 100644 --- a/.github/workflows/browser-e2e.yaml +++ b/.github/workflows/browser-e2e.yaml @@ -5,9 +5,11 @@ on: pull_request: branches: - master + - v3 push: branches: - master + - v3 jobs: e2e-test: diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index ea9b825e2a3..b6d25166697 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -20,6 +20,7 @@ on: pull_request: branches: - master + - v3 paths: - '**.go' diff --git a/.github/workflows/examples-tests.yaml b/.github/workflows/examples-tests.yaml index 298e5c29f9d..9ff198ab261 100644 --- a/.github/workflows/examples-tests.yaml +++ b/.github/workflows/examples-tests.yaml @@ -5,9 +5,11 @@ on: pull_request: branches: - master + - v3 push: branches: - master + - v3 jobs: pion-to-pion-test: diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml deleted file mode 100644 index 5dd3a9939a3..00000000000 --- a/.github/workflows/lint.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# -# DO NOT EDIT THIS FILE -# -# It is automatically copied from https://github.com/pion/.goassets repository. -# If this repository should have package specific CI config, -# remove the repository name from .goassets/.github/workflows/assets-sync.yml. -# -# If you want to update the shared CI config, send a PR to -# https://github.com/pion/.goassets instead of this repository. -# -# SPDX-FileCopyrightText: 2023 The Pion community -# SPDX-License-Identifier: MIT - -name: Lint -on: - pull_request: - -jobs: - lint: - uses: pion/.goassets/.github/workflows/lint.reusable.yml@master diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 31aada4afe4..9d8ef233515 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -16,6 +16,7 @@ on: push: branches: - master + - v3 pull_request: jobs: @@ -23,21 +24,17 @@ jobs: uses: pion/.goassets/.github/workflows/test.reusable.yml@master strategy: matrix: - go: ['1.20', '1.19'] # auto-update/supported-go-version-list + go: ["1.20", "1.19"] # auto-update/supported-go-version-list fail-fast: false with: go-version: ${{ matrix.go }} + secrets: inherit test-i386: uses: pion/.goassets/.github/workflows/test-i386.reusable.yml@master strategy: matrix: - go: ['1.20', '1.19'] # auto-update/supported-go-version-list + go: ["1.20", "1.19"] # auto-update/supported-go-version-list fail-fast: false with: go-version: ${{ matrix.go }} - - test-wasm: - uses: pion/.goassets/.github/workflows/test-wasm.reusable.yml@master - with: - go-version: '1.20' # auto-update/latest-go-version diff --git a/.github/workflows/tidy-check.yaml b/.github/workflows/tidy-check.yaml index 4d346d4fd79..a1b4d43663b 100644 --- a/.github/workflows/tidy-check.yaml +++ b/.github/workflows/tidy-check.yaml @@ -17,6 +17,7 @@ on: push: branches: - master + - v3 jobs: tidy: