diff --git a/.forgejo/workflows/push-next.yml b/.forgejo/workflows/push-next.yml index 9a97e4e..2d2ac0e 100644 --- a/.forgejo/workflows/push-next.yml +++ b/.forgejo/workflows/push-next.yml @@ -1,10 +1,13 @@ -name: Rust +name: Test on: push: - branches: ["next"] + branches: + - next pull_request: - branches: ["main"] + branches: + - main + workflow_dispatch: env: CARGO_TERM_COLOR: always