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 48caccb commit 68f3566
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: API 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/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
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: test

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

jobs:
test:
Expand Down

0 comments on commit 68f3566

Please sign in to comment.