Skip to content

Commit

Permalink
chore(gha): fix ci runs doubling up
Browse files Browse the repository at this point in the history
  • Loading branch information
alubbock committed Jul 5, 2024
1 parent 11c81cb commit 57c8a3f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ name: Backend Code CI

on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
build:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ name: Frontend Code CI

on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
build:
Expand Down

0 comments on commit 57c8a3f

Please sign in to comment.