Skip to content

Commit

Permalink
Actions adjusted
Browse files Browse the repository at this point in the history
  • Loading branch information
matsch845 committed Jun 12, 2024
1 parent 29e6c15 commit b55c05b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/code-quality-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@ on:
push:
branches:
- main
- dev
pull_request:
branches:
- main
- dev

jobs:
lint:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@ on:
push:
branches:
- main
- dev
pull_request:
branches:
- main
- dev

jobs:
check:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/security-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Security Check
on:
push:
branches:
- dev
- main
pull_request:
branches:
- dev
- main

jobs:
security_check:
Expand Down

0 comments on commit b55c05b

Please sign in to comment.