From 8e1d2dfe739c544c0dd9304a7b88434d19b6198d Mon Sep 17 00:00:00 2001 From: Michel Bardelmeijer Date: Wed, 25 Jan 2023 19:47:37 +0100 Subject: [PATCH] Fix acceptance test running on push --- .github/workflows/acceptance.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/acceptance.yml b/.github/workflows/acceptance.yml index 7a96109..7448e47 100644 --- a/.github/workflows/acceptance.yml +++ b/.github/workflows/acceptance.yml @@ -2,7 +2,9 @@ name: Real Provider Tests -on: [pull_request] +on: + push: + pull_request: jobs: test: