From b63a418c7c643940d744981f8c30ed79d88cf1ba Mon Sep 17 00:00:00 2001 From: jamlo Date: Mon, 28 Oct 2024 16:49:44 -0400 Subject: [PATCH] Tie new Github Action Flow together Linear: https://linear.app/expanso/issue/ENG-292/bring-back-lint and https://linear.app/expanso/issue/ENG-286/unify-our-cicd-location Github: #4639 and #4650 --- .github/workflows/pipeline-main.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pipeline-main.yml b/.github/workflows/pipeline-main.yml index 8ebc6c3674..87307258d2 100644 --- a/.github/workflows/pipeline-main.yml +++ b/.github/workflows/pipeline-main.yml @@ -2,11 +2,11 @@ name: Main Pipeline on: push: - branches: ["eng-292/jamlo/improve-go-linting-in-ci"] -# pull_request: -# branches: [main] -# repository_dispatch: -# types: [ok-to-test] + branches: [main] + pull_request: + branches: [main] + repository_dispatch: + types: [ok-to-test] jobs: build: