From 05953638dc43f52de3343ef2f86b0e8e5c1283ad Mon Sep 17 00:00:00 2001 From: Didier Lafforgue Date: Sat, 31 Aug 2024 00:35:08 +0200 Subject: [PATCH] run GH actions on the master branch --- .github/worflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/worflows/deploy.yml b/.github/worflows/deploy.yml index 328cead..d904332 100644 --- a/.github/worflows/deploy.yml +++ b/.github/worflows/deploy.yml @@ -12,7 +12,7 @@ env: jobs: Deploy: - if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} + if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }} runs-on: ubuntu-latest # should mirror the ENV variables from ".env" file