From 4cd6f56e13472f93432ed84b2a14c40c21c7f28f Mon Sep 17 00:00:00 2001 From: AJ Jordan Date: Wed, 21 Aug 2024 16:03:57 -0400 Subject: [PATCH] Support `master` branch name in Actions workflow --- scanner/templates/github/.github/workflows/fly-deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/scanner/templates/github/.github/workflows/fly-deploy.yml b/scanner/templates/github/.github/workflows/fly-deploy.yml index b0c246edee..a335b8a042 100644 --- a/scanner/templates/github/.github/workflows/fly-deploy.yml +++ b/scanner/templates/github/.github/workflows/fly-deploy.yml @@ -5,6 +5,7 @@ on: push: branches: - main + - master jobs: deploy: name: Deploy app