From a51e9ee765af170dc875f8b395de12a981032c7e Mon Sep 17 00:00:00 2001 From: Jelle Raaijmakers Date: Tue, 19 Nov 2024 10:07:20 +0100 Subject: [PATCH] TMP: Run action on PR --- .github/workflows/deploy.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ce6cf12..75a5911 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,9 +1,10 @@ name: Bot Deployment -on: - push: - branches: - - master +#on: +# push: +# branches: +# - master +on: pull_request jobs: deploy: