From c9236c4b51c4bb14181fc869557fa768ae46fdb1 Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Mon, 4 Mar 2024 14:53:09 +0700 Subject: [PATCH] ci: Run for master, not main, also enable workflow dispatch. With workflow dispatch, an action can be triggered from the Actions page on GitHub. --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4629cae6..fef1b1d5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,9 +3,10 @@ name: CI on: push: branches: - - main + - master pull_request: merge_group: + workflow-dispatch: jobs: rustfmt: