Skip to content

Commit

Permalink
Fix CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirbaio committed Apr 19, 2024
1 parent a8dc45c commit 3cfdfb8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: Docs

on:
push:
branches: [master]
branches: [main]

env:
BUILDER_THREADS: '1'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Rust

on:
push:
branches: [master]
branches: [main]
pull_request:
branches: [master]
branches: [main]
merge_group:

jobs:
Expand Down

0 comments on commit 3cfdfb8

Please sign in to comment.