From 8ce874fbeaa345e5055c93f1fba5bdbaddd015a8 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Sun, 1 Dec 2024 10:15:18 +0000 Subject: [PATCH] build(push-next): add ability for manual workflow dispatch --- .forgejo/workflows/push-next.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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