From aa354968d39da8f6fbcca4dcb788194c11084631 Mon Sep 17 00:00:00 2001 From: l4kr Date: Wed, 13 Sep 2023 15:23:16 +0200 Subject: [PATCH] acid testing --- .github/workflows/futon-deploy.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/futon-deploy.yaml b/.github/workflows/futon-deploy.yaml index 8ac2181..43dec7f 100644 --- a/.github/workflows/futon-deploy.yaml +++ b/.github/workflows/futon-deploy.yaml @@ -10,11 +10,9 @@ name: Lint Code Base # Start the job on all push # ############################# on: - push: - branches-ignore: [master, main] - # Remove the line above to run when pushing to master or main pull_request: - branches: [master, main] + types: [closed] + branches: [main] ############### # Set the Job #