Skip to content

Commit

Permalink
Update CI workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas committed Apr 24, 2024
1 parent 4657a65 commit c5ea9ac
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: Backend CI

on:
push:
branches: [ main ]
branches: [ demo ]
pull_request:
branches: [ main ]
branches: [ demo ]

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: build

on:
push:
branches: [ main ]
branches: [ demo ]
pull_request:
branches: [ main ]
branches: [ demo ]

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

on:
push:
branches: [ main ]
branches: [ demo ]
pull_request:
branches: [ main ]
branches: [ demo ]

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/mobile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: Mobile CI

on:
push:
branches: [ main ]
branches: [ demo ]
pull_request:
branches: [ main ]
branches: [ demo ]

jobs:
build:
Expand Down

0 comments on commit c5ea9ac

Please sign in to comment.