From 55e7a6fd12afac4b5f3ac52e3c2d14da8f1d452b Mon Sep 17 00:00:00 2001 From: "E. Cooper" Date: Thu, 19 Dec 2024 10:34:10 -0800 Subject: [PATCH] Update workflows to trigger on main (#549) --- .github/workflows/lint.yml | 4 ++-- .github/workflows/test.yml | 5 ++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 8f3d5d78..3da4667e 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -6,9 +6,9 @@ name: Lint and prettify on: # temporarily "v3"; change to "main" after merge push: - branches: ["v3"] + branches: ["main"] pull_request: - branches: ["v3"] + branches: ["main"] jobs: lint: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 425d16df..205878e2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,11 +4,10 @@ name: Test on: - # temporarily "v3"; change to "main" after merge push: - branches: ["v3"] + branches: ["main"] pull_request: - branches: ["v3"] + branches: ["main"] jobs: test: