Browse Source

update workflow events

pull/74/head
Jelle van Snik 3 years ago
parent
commit
26e5df6e00
  1. 4
      .github/workflows/linting.yml
  2. 4
      .github/workflows/testing.yml

4
.github/workflows/linting.yml

@ -4,9 +4,9 @@ on: @@ -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:

4
.github/workflows/testing.yml

@ -3,9 +3,9 @@ name: Testing @@ -3,9 +3,9 @@ name: Testing
on:
push:
branches:
- next
- dev
pull_request:
types: [opened, reopened]
types: [opened, reopened, synchronize]
permissions: read-all

Loading…
Cancel
Save