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