From 28eda032976f63e11ccaf180d1f4d61eac5114cb Mon Sep 17 00:00:00 2001 From: Suejin Kim Date: Wed, 7 Aug 2024 15:14:01 -0400 Subject: [PATCH] Update github action to run on changes to main branch --- .github/workflows/webpack.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/webpack.yml b/.github/workflows/webpack.yml index f411e87..09a77db 100644 --- a/.github/workflows/webpack.yml +++ b/.github/workflows/webpack.yml @@ -2,9 +2,9 @@ name: Build and Deploy on: push: - branches: [ "develop" ] + branches: [ "main" ] pull_request: - branches: [ "develop" ] + branches: [ "main" ] permissions: contents: write