summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index c60acd2..5c0bf52 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -150,7 +150,7 @@ jobs:
150 150
151 docs-publish: 151 docs-publish:
152 runs-on: ubuntu-latest 152 runs-on: ubuntu-latest
153 if: github.ref == 'refs/heads/master' 153 if: github.ref == 'refs/heads/master' && github.event.action == 'push'
154 steps: 154 steps:
155 - uses: actions/checkout@v2 155 - uses: actions/checkout@v2
156 with: 156 with: