diff --git a/.github/workflows/clippy-lint.yaml b/.github/workflows/clippy-lint.yaml index b8d4cba36..32fe5cf82 100644 --- a/.github/workflows/clippy-lint.yaml +++ b/.github/workflows/clippy-lint.yaml @@ -1,7 +1,4 @@ on: - push: - branches: - - main pull_request: branches: - main diff --git a/.github/workflows/coverage-protocols.yaml b/.github/workflows/coverage-protocols.yaml index 9e49d2672..6496a05f9 100644 --- a/.github/workflows/coverage-protocols.yaml +++ b/.github/workflows/coverage-protocols.yaml @@ -1,9 +1,6 @@ name: Protocol test Coverage on: - push: - branches: - - main pull_request: branches: - main diff --git a/.github/workflows/coverage-roles.yaml b/.github/workflows/coverage-roles.yaml index 434417ce8..33e7497bb 100644 --- a/.github/workflows/coverage-roles.yaml +++ b/.github/workflows/coverage-roles.yaml @@ -1,9 +1,6 @@ name: Roles test Coverage on: - push: - branches: - - main pull_request: branches: - main diff --git a/.github/workflows/coverage-utils.yaml b/.github/workflows/coverage-utils.yaml index 5fd6ebc1f..1b6c0156d 100644 --- a/.github/workflows/coverage-utils.yaml +++ b/.github/workflows/coverage-utils.yaml @@ -1,9 +1,6 @@ name: Util Test Coverage on: - push: - branches: - - main pull_request: branches: - main diff --git a/.github/workflows/fmt.yaml b/.github/workflows/fmt.yaml index 181fc6088..e037492c9 100644 --- a/.github/workflows/fmt.yaml +++ b/.github/workflows/fmt.yaml @@ -1,7 +1,4 @@ on: - push: - branches: - - main pull_request: branches: - main diff --git a/.github/workflows/integration-tests.yaml b/.github/workflows/integration-tests.yaml index 17670a867..04da4b116 100644 --- a/.github/workflows/integration-tests.yaml +++ b/.github/workflows/integration-tests.yaml @@ -1,7 +1,4 @@ on: - push: - branches: - - main pull_request: branches: - main diff --git a/.github/workflows/lockfiles.yaml b/.github/workflows/lockfiles.yaml index 91131bfb9..e1451ec88 100644 --- a/.github/workflows/lockfiles.yaml +++ b/.github/workflows/lockfiles.yaml @@ -1,10 +1,7 @@ name: Lockfiles -# Trigger the workflow on push or pull request events for the main branch +# Trigger the workflow on pull request events for the main branch on: - push: - branches: - - main pull_request: branches: - main diff --git a/.github/workflows/mg.yaml b/.github/workflows/mg.yaml index 7074f00e9..484c7d4fc 100644 --- a/.github/workflows/mg.yaml +++ b/.github/workflows/mg.yaml @@ -3,9 +3,6 @@ name: MG Test on: - push: - branches: - - main pull_request: branches: - main diff --git a/.github/workflows/rust-msrv.yaml b/.github/workflows/rust-msrv.yaml index 62ba418b1..2f9a93deb 100644 --- a/.github/workflows/rust-msrv.yaml +++ b/.github/workflows/rust-msrv.yaml @@ -1,7 +1,4 @@ on: - push: - branches: - - main pull_request: branches: - main diff --git a/.github/workflows/semver-check.yaml b/.github/workflows/semver-check.yaml index cd7eb7255..4c87b7729 100644 --- a/.github/workflows/semver-check.yaml +++ b/.github/workflows/semver-check.yaml @@ -1,9 +1,6 @@ name: Semver Check on: - push: - branches: - - "main" pull_request: branches: - "main" diff --git a/.github/workflows/sv2-header-check.yaml b/.github/workflows/sv2-header-check.yaml index b1b069a05..42d552ef4 100644 --- a/.github/workflows/sv2-header-check.yaml +++ b/.github/workflows/sv2-header-check.yaml @@ -1,7 +1,4 @@ on: - push: - branches: - - main pull_request: branches: - main diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index c6f2e2026..c7d15c006 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -1,7 +1,4 @@ on: - push: - branches: - - main pull_request: branches: - main