Skip to content

Commit

Permalink
fix: Only build docs on commits to main
Browse files Browse the repository at this point in the history
  • Loading branch information
AWildErin authored Sep 9, 2024
1 parent 1542bb7 commit 79c421a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Deploy Docs

on:
push:
branches: [feat/docs]
branches: [main]

jobs:
deploy:
Expand All @@ -11,4 +11,4 @@ jobs:
- uses: DenverCoder1/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: docs
branch: docs

0 comments on commit 79c421a

Please sign in to comment.