Skip to content

Commit

Permalink
Update pull_request.yml
Browse files Browse the repository at this point in the history
Let's run the CI workflow on main branch.
  • Loading branch information
AlexITC committed Sep 5, 2024
1 parent 8464133 commit 4fc38d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -36,4 +36,4 @@ jobs:
run: CI=true sbt +compile

- name: Run tests
run: CI=true sbt +test
run: CI=true sbt +test

0 comments on commit 4fc38d1

Please sign in to comment.