diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 0c9a807..8afbab7 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -15,6 +15,8 @@ name: Lint on: push: + branches-ignore: + - 'copilot/**' pull_request: concurrency: group: ${{ github.head_ref || github.sha }}-${{ github.workflow }} diff --git a/.github/workflows/package.yaml b/.github/workflows/package.yaml index 4bb8549..4aa4680 100644 --- a/.github/workflows/package.yaml +++ b/.github/workflows/package.yaml @@ -15,9 +15,9 @@ name: Package on: push: - branches: - - '**' - - '!dependabot/**' + branches-ignore: + - 'copilot/**' + - 'dependabot/**' tags: - '**' pull_request: diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index be91b49..9c0ee34 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -15,6 +15,8 @@ name: Test on: push: + branches-ignore: + - 'copilot/**' pull_request: concurrency: group: ${{ github.head_ref || github.sha }}-${{ github.workflow }}