From ed0d72a726f7f640b2d61bca736707cb9bb9ebca Mon Sep 17 00:00:00 2001 From: Oscar Vestlie Date: Fri, 28 Jul 2023 09:58:42 -0700 Subject: [PATCH] Rename workflow --- .github/workflows/coverage.yaml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/coverage.yaml b/.github/workflows/coverage.yaml index 83ad132e34f76..834696dcd1123 100644 --- a/.github/workflows/coverage.yaml +++ b/.github/workflows/coverage.yaml @@ -1,11 +1,12 @@ -name: linux +name: coverage on: pull_request: - types: [opened, reopened, synchronize] - branches: - - main - - feature/* + types: + - opened + - edited + - reopened + - synchronize push: branches: - main