Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgasper authored Feb 14, 2023
2 parents f716a88 + af2ee4f commit 02f388e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ workflows:
context : org-global
filters: &filters-dev
branches:
only: ['develop', 'PLAT-2111']
only: ['develop', 'multiround']

# Production builds are exectuted only on tagged commits to the
# master branch.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
}
.active {
color: #008000;
text-transform: uppercase;
}
.inactive {
color: #BE405E;
Expand Down

0 comments on commit 02f388e

Please sign in to comment.