summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLiran Tal <liran.tal@gmail.com>2022-04-19 13:02:24 +0300
committerGitHub <noreply@github.com>2022-04-19 13:02:24 +0300
commit09632fae6c92e8105906fcc2d2842b47f1ba74da (patch)
treeedd6040806b17a604d8ab8bc4d6794c4fe58254c
parentde601929fb09d6afaab40b6735f9776b5739caf8 (diff)
build: update branch names
-rw-r--r--.github/workflows/main.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 1af7ef2..bb41309 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -27,7 +27,7 @@ jobs:
node: ['14']
name: Build docs
runs-on: ${{ matrix.platform }}
- if: github.event_name == 'push' && github.ref == 'refs/heads/master'
+ if: github.event_name == 'push' && github.ref == 'refs/heads/main'
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
@@ -45,7 +45,7 @@ jobs:
name: Semantic release
runs-on: 'ubuntu-latest'
needs: build_docs
- if: github.event_name == 'push' && github.ref == 'refs/heads/master'
+ if: github.event_name == 'push' && github.ref == 'refs/heads/main'
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2