Skip to content

Commit 4fc38d1

Browse files
authored
Update pull_request.yml
Let's run the CI workflow on main branch.
1 parent 8464133 commit 4fc38d1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pull_request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Build the app
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ main ]
66
pull_request:
7-
branches: [ master ]
7+
branches: [ main ]
88

99
concurrency:
1010
# Only run once for latest commit per ref and cancel other (previous) runs.
@@ -36,4 +36,4 @@ jobs:
3636
run: CI=true sbt +compile
3737

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

0 commit comments

Comments
 (0)