From 4fc38d13a2225d711658f2b6d6f254c86e344eaa Mon Sep 17 00:00:00 2001 From: Alexis Hernandez Date: Thu, 5 Sep 2024 00:48:37 -0700 Subject: [PATCH] Update pull_request.yml Let's run the CI workflow on main branch. --- .github/workflows/pull_request.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 6fb4b82..8496ad3 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -2,9 +2,9 @@ name: Build the app on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] concurrency: # Only run once for latest commit per ref and cancel other (previous) runs. @@ -36,4 +36,4 @@ jobs: run: CI=true sbt +compile - name: Run tests - run: CI=true sbt +test \ No newline at end of file + run: CI=true sbt +test