From ae6e33d64d9a03a43262ed0cd7e4b490395625d1 Mon Sep 17 00:00:00 2001 From: Lucid Kobold <72232219+LucidKobold@users.noreply.github.com> Date: Fri, 12 Aug 2022 17:45:39 -0400 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 906d1cc..5ed7d18 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,9 +6,7 @@ name: Node.js CI on: # Trigger the workflow on push or pull request, push: - branches: - # All branches - - 'main' + branches: [ master, stable ] pull_request: # These types of PRs types: [opened, synchronize, reopened]