Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
 - Добавлен переход в LifeLine папку
 - Закомментирован запуск только в main
  • Loading branch information
gleb7499 committed Nov 22, 2024
1 parent 37f1189 commit d4196d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: SonarQube Cloud
on:
push:
branches:
- main
# branches:
# - main
pull_request:
types: [opened, synchronize, reopened]
jobs:
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
}
],
\"configuration_version\": \"1\"
}" > $GITHUB_WORKSPACE/app/google-services.json
}" > $GITHUB_WORKSPACE/LifeLine/app/google-services.json
- name: Cache SonarQube Cloud packages
uses: actions/cache@v4
with:
Expand Down

0 comments on commit d4196d6

Please sign in to comment.