Skip to content

Commit 57bc123

Browse files
committed
Update deploy-docs.yml to deploy to prebuild on main branch pushes
1 parent 1aa3c24 commit 57bc123

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ name: Deploy NetLogo Documentation
33
on:
44
push:
55
branches:
6-
- prebuild
6+
- main
77
workflow_dispatch:
88
inputs:
99
deploy_target:
1010
description: 'Deployment target'
1111
required: false
12-
default: 'staging'
12+
default: 'prebuild'
1313
type: choice
1414
options:
15-
- main
15+
- prebuild
1616
- staging
1717

1818
jobs:

0 commit comments

Comments
 (0)