Skip to content

Commit

Permalink
ci: fix: deploy guide only from master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ntoneee authored Nov 2, 2021
1 parent 858e721 commit 6a99cb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy_guide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
paths:
- 'guide/**'
- '.github/workflows/deploy_guide.yml'
branches: ['master']
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 6a99cb1

Please sign in to comment.