From 3513e4cf1ebfa037f2e693dad49b8ad05932b2b9 Mon Sep 17 00:00:00 2001 From: Daniel Nalborczyk Date: Wed, 22 Dec 2021 22:23:54 -0500 Subject: [PATCH] ci: fix main branch --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f64a50f15..fd27eac96 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ name: CI on: push: - branches: [master] + branches: [main] pull_request: paths: - "**.js"