From 2b33ca2756da71d98811078955b0db585561fa45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lui=CC=81s=20Arteiro?= Date: Wed, 8 Nov 2023 19:21:31 +0000 Subject: [PATCH] Revert "chore: Temporarily making action to run on PR just to check if it works." This reverts commit 555a5bec194d7ebd446a476de3b72550ea72179b. --- .github/workflows/fly.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/fly.yml b/.github/workflows/fly.yml index 8fba756..0ceac06 100644 --- a/.github/workflows/fly.yml +++ b/.github/workflows/fly.yml @@ -2,10 +2,9 @@ # https://fly.io/docs/app-guides/continuous-deployment-with-github-actions/ name: Fly Deploy on: - push: - branches: [ main ] - pull_request: - branches: [ main ] + push: + branches: + - main jobs: deploy: