From 9217df4f3d6c42860ed0532efc2dbfffcb610c08 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Fri, 5 May 2023 21:48:46 +0400 Subject: Updated branch GH Actions Signed-off-by: Valentin Popov --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d9da935..a436587 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -3,7 +3,7 @@ name: Build and deploy GitHub Pages jobs: build: runs-on: ubuntu-latest - if: github.ref == 'refs/heads/main' + if: github.ref == 'refs/heads/master' steps: - name: checkout uses: actions/checkout@v3.0.0 -- cgit v1.2.3