diff --git a/.github/workflows/build-multi-stage.yaml b/.github/workflows/build-multi-stage.yaml index f8fbc3f41..9f97eda2f 100644 --- a/.github/workflows/build-multi-stage.yaml +++ b/.github/workflows/build-multi-stage.yaml @@ -2,7 +2,6 @@ name: multi-arch-build # yamllint disable-line rule:truthy on: - push: pull_request: branches: - '*' diff --git a/.github/workflows/codespell.yaml b/.github/workflows/codespell.yaml index 555770b1a..7b0654d20 100644 --- a/.github/workflows/codespell.yaml +++ b/.github/workflows/codespell.yaml @@ -4,14 +4,9 @@ name: Codespell # yamllint disable-line rule:truthy on: - push: - tags: - - v* - branches: - - master pull_request: branches: - - master + - '*' jobs: codespell: name: codespell