Skip to content

Commit

Permalink
ci: fix branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
Aire-One committed Oct 24, 2024
1 parent c5a1de4 commit ebf9a4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build doc
on:
push:
branches:
- $default-branch
- master
workflow_dispatch:

permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Lint
on:
push:
branches:
- $default-branch
- master
pull_request:

jobs:
Expand Down

0 comments on commit ebf9a4c

Please sign in to comment.