Skip to content

Commit 0571028

Browse files
authored
run from docs from develop (#305)
1 parent 4119288 commit 0571028

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/docs.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@ on:
66
- '**.md'
77
- '.gitignore'
88
pull_request:
9-
types:
10-
- closed
119
branches:
10+
- master
1211
- develop
1312
paths-ignore:
1413
- '**.md'
@@ -38,7 +37,7 @@ jobs:
3837

3938
deploy:
4039
needs: build
41-
if: ${{ github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'develop' }}
40+
if: github.ref == 'refs/heads/develop' && github.event_name == 'push'
4241
runs-on: ubuntu-latest
4342
environment:
4443
name: github-pages

0 commit comments

Comments
 (0)