Skip to content

Commit 07b9fd9

Browse files
fniephausolyagpl
authored andcommitted
Applied suggestion
1 parent aa745bd commit 07b9fd9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
path: docs/site/_site
5151

5252
deploy:
53-
if: github.event_name != 'pull_request' && github.ref == 'refs/heads/master'
53+
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
5454
needs: build
5555
runs-on: ubuntu-latest
5656
environment:

0 commit comments

Comments
 (0)