Skip to content

Commit

Permalink
Fix website workflow for test
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-goral committed Oct 13, 2020
1 parent 5c33819 commit 0239cb5
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
name: publish_mkdocs_site
on:
pull_request_target:
branches:
- master
pull_request:
branches: [master]
paths: ['docs/**']
push:
branches:
- master
paths:
- 'docs/**'
branches: [master]
paths: ['docs/**']
jobs:
deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0239cb5

Please sign in to comment.