Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
mguellsegarra committed Jan 24, 2024
2 parents 38da121 + ca90ffe commit db01941
Show file tree
Hide file tree
Showing 70 changed files with 977 additions and 508 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update_dependent_projects_alpha.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
include:
- project: "gisce/react-ooui"
branch: "alpha"
- project: "gisce/webclient"
branch: "alpha"
steps:
- name: Set environment variables and check condition
run: |
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/update_dependent_projects_develop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
include:
- project: "gisce/react-ooui"
branch: "v2-develop"
- project: "gisce/webclient"
branch: "v2-develop"
steps:
- name: Set environment variables and check condition
run: |
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/update_dependent_projects_main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
include:
- project: "gisce/react-ooui"
branch: "v2"
- project: "gisce/webclient"
branch: "v2"
steps:
- name: Set environment variables and check condition
run: |
Expand Down
Loading

0 comments on commit db01941

Please sign in to comment.