Skip to content

Commit

Permalink
flip run params
Browse files Browse the repository at this point in the history
  • Loading branch information
brianreicher committed Feb 9, 2024
1 parent 874acae commit 011a905
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 18 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/backend.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
name: Backend Build

on:
push:
branches:
- main
- dev
pull_request:
branches:
- main
- dev
on: [push, pull_request]


jobs:
backend:
Expand Down
11 changes: 2 additions & 9 deletions .github/workflows/frontend.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
name: Frontend Build

on:
push:
branches:
- main
- dev
pull_request:
branches:
- main
- dev
on: [push, pull_request]


jobs:
frontend:
Expand Down

0 comments on commit 011a905

Please sign in to comment.