From d51c8db3959b71df368ea0720beb2e581cc30a26 Mon Sep 17 00:00:00 2001 From: Ross Wheeler Date: Tue, 4 Jun 2024 10:14:42 -0700 Subject: [PATCH] Trigger CI on new branch creation With this, you can now trigger workflows in VS Code and GitHub manually. --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4f71900..d21e7ef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,7 @@ name: Build and test on: + create: workflow_dispatch: push: branches: