From 27d5c5cbabda74e15988748f52850977defd86a6 Mon Sep 17 00:00:00 2001 From: Timo De Meyst Date: Tue, 18 Mar 2025 10:28:13 +0100 Subject: [PATCH] actions: workflows update workflows worden op PR uitgevoerd voor elke nodige mogelijke update van een PR --- .github/workflows/lint-action.yml | 1 + .github/workflows/testing.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/lint-action.yml b/.github/workflows/lint-action.yml index b8137275..c59191ed 100644 --- a/.github/workflows/lint-action.yml +++ b/.github/workflows/lint-action.yml @@ -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 diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 4913f9fc..ce08509b 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -8,6 +8,7 @@ on: branches: [ "dev" ] pull_request: branches: [ "dev" ] + types: ["synchronize", "ready_for_review", "opened", "reopened"] jobs: test: