Skip to content

Commit

Permalink
refactor(workflows.yml): Added Workflow CI on pull request branches, …
Browse files Browse the repository at this point in the history
…ensuring that each PR's source code is checked
  • Loading branch information
jaymar921 committed Jan 22, 2024
1 parent aa18788 commit a09144d
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/backend.api.account.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- develop
pull_request:
branches: "*"

jobs:
build:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/backend.api.auth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- develop
pull_request:
branches: "*"

jobs:
build:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/backend.api.gateway.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- develop
pull_request:
branches: "*"

jobs:
build:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/backend.api.media.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- develop
pull_request:
branches: "*"

jobs:
build:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/backend.api.monitoring.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- develop
pull_request:
branches: "*"

jobs:
build:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/backend.api.quiz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- develop
pull_request:
branches: "*"

jobs:
build:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/backend.api.quizsession.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- develop
pull_request:
branches: "*"

jobs:
build:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/frontend.api.quizmaster-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- develop
pull_request:
branches: "*"

jobs:
build:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/frontend.api.quizmaster-session.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- develop
pull_request:
branches: "*"

jobs:
build:
Expand Down

0 comments on commit a09144d

Please sign in to comment.