From c30816fa11db7a2f0dbb6bae6bc56b355d1ac6d3 Mon Sep 17 00:00:00 2001 From: Lieven Hollevoet Date: Mon, 22 Nov 2021 20:38:47 +0100 Subject: [PATCH] Add workflow run when reopening pull request, to allow me to force a rerun of the CI tests --- .github/workflows/master.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index edb43cf51..b600e76d1 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -6,6 +6,7 @@ on: push: branches: [ master ] pull_request: + types: [ assigned, opened, synchronize, reopened ] branches: [ master ] # Allows you to run this workflow manually from the Actions tab