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 #