Skip to content

Commit

Permalink
Feature/33 small reformating for GitHub workflow (#34)
Browse files Browse the repository at this point in the history
* Update build-backend.yml
* Update build-frontend.yml
  • Loading branch information
MocStepan authored Apr 11, 2024
1 parent 438624c commit 14e138a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ run-name: "Run ${{github.run_id}}, triggered by ${{github.actor}}"

on:
push:
branches: "*"
branches: ["main"]
pull_request:
branches: "*"
branches: ["main"]

jobs:
backend:
Expand Down Expand Up @@ -41,4 +41,4 @@ jobs:
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: backend
file: backend/build/reports/jacoco/test/html/jacocoTestReport.xml
file: backend/build/reports/jacoco/test/html/jacocoTestReport.xml
4 changes: 2 additions & 2 deletions .github/workflows/build-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ run-name: "Run ${{github.run_id}}, triggered by ${{github.actor}}"

on:
push:
branches: "*"
branches: ["main"]
pull_request:
branches: "*"
branches: ["main"]

jobs:
build:
Expand Down

0 comments on commit 14e138a

Please sign in to comment.