Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
samaradel committed Oct 28, 2024
1 parent 3d3f379 commit c4ea39f
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@ on:
push:
branches:
- development
- development_2.7

pull_request:
branches:
- development
- development_2.7

jobs:
build:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ on:
push:
branches:
- development
- development_2.7
pull_request:
branches:
- development
- development_2.7

jobs:
lint:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/playground_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@ on:
push:
branches:
- development
- development_2.7
paths:
- "packages/playground/**"
pull_request:
branches:
- development
- development_2.7
paths:
- "packages/playground/**"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/playground_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
push:
branches:
- development
- development_313
- development_2.7
paths:
- "packages/playground/**"
workflow_dispatch:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/threefold_ui_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@ on:
push:
branches:
- development
- development_2.7
paths:
- "packages/UI/**"
pull_request:
branches:
- development
- development_2.7
paths:
- "packages/UI/**"

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/yarn_audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ on:
push:
branches:
- development
- development_2.7
pull_request:
branches:
- development
- development_2.7

jobs:
audit-and-open-issue:
Expand Down

0 comments on commit c4ea39f

Please sign in to comment.