From 26e5df6e005ae018fce4c8b0e84e246910be5cb4 Mon Sep 17 00:00:00 2001 From: Jelle van Snik Date: Mon, 2 May 2022 16:12:01 +0200 Subject: [PATCH] update workflow events --- .github/workflows/linting.yml | 4 ++-- .github/workflows/testing.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index d20b77e7..e74fa3b3 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -4,9 +4,9 @@ on: push: branches: - master - - next + - dev pull_request_target: - types: [opened, reopened] + types: [opened, reopened, synchronize] # needs write to add annotations permissions: diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 9373ee7d..76a21607 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -3,9 +3,9 @@ name: Testing on: push: branches: - - next + - dev pull_request: - types: [opened, reopened] + types: [opened, reopened, synchronize] permissions: read-all