Skip to content

Commit

Permalink
fix(ci): master is the default branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed Nov 13, 2024
1 parent c0fe1f0 commit 784ac0d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: "📚 Documentation"
on:
push:
branches:
- main
- master
paths:
- ".github/workflows/documentation.yml"
- "docs/*/**"
Expand All @@ -15,7 +15,7 @@ on:

pull_request:
branches:
- main
- master
paths:
- ".github/workflows/documentation.yml"
- docs/**/*
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
uses: dawidd6/action-download-artifact@v6
with:
allow_forks: false
branch: main
branch: master
event: push
github_token: ${{ secrets.GITHUB_TOKEN }}
if_no_artifact_found: warn
Expand Down

0 comments on commit 784ac0d

Please sign in to comment.