Skip to content

Commit

Permalink
feat(actions): only run on master
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasGassmann committed Sep 18, 2020
1 parent 589006f commit f096cd6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on: [workflow_dispatch]

jobs:
deploy_github_pages:
if: github.ref == 'refs/heads/master'
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit f096cd6

Please sign in to comment.