Skip to content

Commit

Permalink
fix: change pages deployment branch (#3)
Browse files Browse the repository at this point in the history
* fix: change pages deployment branch

* fix: rollback workflow default settings
  • Loading branch information
arnoweiss authored Sep 20, 2024
1 parent 27bc383 commit 3bff3a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion otterdog/eclipse-dataspace-dcp.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ orgs.newOrg('eclipse-dataspace-dcp') {
environments: [
orgs.newEnvironment('github-pages') {
branch_policies+: [
"gh-pages"
"main"
],
deployment_branch_policy: "selected",
},
Expand Down

0 comments on commit 3bff3a7

Please sign in to comment.