From 6c5cec771180a210c6f6976415b413d6425f9360 Mon Sep 17 00:00:00 2001 From: Matthew McLaughlin Date: Thu, 5 Sep 2024 16:34:44 -0700 Subject: [PATCH] kickoff ghaction on test branch --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8f5bb4f..ceec54b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -2,7 +2,7 @@ name: CI on: push: - branches: ["master"] + branches: ["chore/migrate_github_actions_tox_github"] tags: - "v[0-9].[0-9].[0-9]*" pull_request: