We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef7d5f2 commit 7b9c2f1Copy full SHA for 7b9c2f1
3 files changed
.github/workflows/cargo-test.yml
@@ -4,6 +4,7 @@ on:
4
push:
5
branches: [main]
6
pull_request:
7
+ workflow_dispatch:
8
9
env:
10
CARGO_TERM_COLOR: always
.github/workflows/check-docs.yml
@@ -3,6 +3,7 @@ on:
3
schedule:
- cron: "0 0 * * 1" # midnight every Monday
.github/workflows/pre-commit.yml
jobs:
pre-commit:
0 commit comments