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