Skip to content

Commit

Permalink
nice
Browse files Browse the repository at this point in the history
  • Loading branch information
ahqsoftwares committed Oct 31, 2024
1 parent 9449125 commit 0d74dfd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build Docs

on:
push:
branches: ["release"]
branches: ["master"]

workflow_dispatch:

Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ name: Publish to cargo
on:
push:
branches:
- release
- master
paths:
- Cargo.toml

jobs:
publish:
Expand Down

0 comments on commit 0d74dfd

Please sign in to comment.