Skip to content

Commit

Permalink
Add development to workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
BorderBoy committed Feb 21, 2024
1 parent 71e3c66 commit b00a58d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/backend-static-code-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ on:
push:
branches:
- main
- development
pull_request:
branches:
- main
- development

jobs:
static-code-analysis:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/frontend-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ on:
push:
branches:
- "main"
- "development"
paths: "frontend/**"
pull_request:
branches: ["main"]
branches: ["main", "development"]
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b00a58d

Please sign in to comment.