aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2023-05-05 20:48:46 +0300
committerValentin Popov <valentin@popov.link>2023-05-05 20:48:46 +0300
commit9217df4f3d6c42860ed0532efc2dbfffcb610c08 (patch)
tree68a3baba382c05c7c76910c311d361f8addfa479
parent5026d0f8aff53a04a51ab7018a09ea9044560e89 (diff)
downloadpopov.link-9217df4f3d6c42860ed0532efc2dbfffcb610c08.tar.xz
popov.link-9217df4f3d6c42860ed0532efc2dbfffcb610c08.zip
Updated branch GH Actions
Signed-off-by: Valentin Popov <valentin@popov.link>
-rw-r--r--.github/workflows/main.yml2
1 files changed, 1 insertions, 1 deletions
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