Skip to content

Commit

Permalink
fix(CI): Fix workflow triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
DaughterOfMars committed Nov 7, 2024
1 parent 9613695 commit 52aa867
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: CI

on:
push:
branches: [main]
pull_request:
workflow_dispatch:
schedule: [cron: "40 1 * * *"]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rustdoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: rustdoc

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

env:
Expand Down

0 comments on commit 52aa867

Please sign in to comment.