We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4119288 commit 0571028Copy full SHA for 0571028
1 file changed
.github/workflows/docs.yml
@@ -6,9 +6,8 @@ on:
6
- '**.md'
7
- '.gitignore'
8
pull_request:
9
- types:
10
- - closed
11
branches:
+ - master
12
- develop
13
paths-ignore:
14
@@ -38,7 +37,7 @@ jobs:
38
37
39
deploy:
40
needs: build
41
- if: ${{ github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'develop' }}
+ if: github.ref == 'refs/heads/develop' && github.event_name == 'push'
42
runs-on: ubuntu-latest
43
environment:
44
name: github-pages
0 commit comments