Skip to content

Commit

Permalink
Edit workflows to include development_314 branch (#2195)
Browse files Browse the repository at this point in the history
* Edit workflows to include development_314 branch

* Include playground, stats & new stats workflows

* Edit playground workflow branches
  • Loading branch information
zaelgohary authored Feb 18, 2024
1 parent a52e2ab commit c2641b6
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 14 deletions.
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: Full Clients Build

on:
push:
branches: [development]
branches: [development, development_314]
pull_request:
branches: [development]
branches: [development, development_314]

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

on:
push:
branches: [development]
branches: [development, development_314]
pull_request:
branches: [development]
branches: [development, development_314]

jobs:
lint:
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/new_stats_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@ name: New Stats Build

on:
push:
branches:
- development
branches: [development, development_314]
paths:
- "packages/new_stats/**"
pull_request:
branches:
- development
branches: [development, development_314]
paths:
- "packages/new_stats/**"

Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/playground_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@ name: Playground Build

on:
push:
branches:
branches:
- development
- development_314
paths:
- "packages/playground/**"
pull_request:
branches:
branches:
- development
- development_314
paths:
- "packages/playground/**"

Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/stats_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@ name: Stats Build

on:
push:
branches:
- development
branches: [development, development_314]
paths:
- "packages/stats/**"
pull_request:
branches:
- development
branches: [development, development_314]
paths:
- "packages/stats/**"

Expand Down

0 comments on commit c2641b6

Please sign in to comment.