From 1869d6220871ed326d81034a7b7f5a072986836c Mon Sep 17 00:00:00 2001 From: Avelino Date: Thu, 16 Dec 2021 08:34:41 -0300 Subject: [PATCH] fixed typo netlify deploy, main branch Signed-off-by: Avelino --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 6ecf34b7..15435fd5 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -20,7 +20,7 @@ jobs: run: go test - name: netlify awesome-go.com uses: jsmrcaga/action-netlify-deploy@v1.1.0 - if: contains('refs/heads/master', github.ref) + if: contains('refs/heads/main', github.ref) with: NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }} NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}