actions: workflows update
workflows worden op PR uitgevoerd voor elke nodige mogelijke update van een PR
This commit is contained in:
parent
0cb1436772
commit
27d5c5cbab
2 changed files with 2 additions and 0 deletions
1
.github/workflows/lint-action.yml
vendored
1
.github/workflows/lint-action.yml
vendored
|
@ -11,6 +11,7 @@ on:
|
|||
pull_request:
|
||||
branches:
|
||||
- dev
|
||||
types: ["synchronize", "ready_for_review", "opened", "reopened"]
|
||||
|
||||
|
||||
# Down scope as necessary via https://docs.github.com/en/actions/security-guides/automatic-token-authentication#modifying-the-permissions-for-the-github_token
|
||||
|
|
1
.github/workflows/testing.yml
vendored
1
.github/workflows/testing.yml
vendored
|
@ -8,6 +8,7 @@ on:
|
|||
branches: [ "dev" ]
|
||||
pull_request:
|
||||
branches: [ "dev" ]
|
||||
types: ["synchronize", "ready_for_review", "opened", "reopened"]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue