Skip to content

Commit 1f60f3e

Browse files
authored
Update build-pelican.yml
1 parent d86a505 commit 1f60f3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-pelican.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Build a Pelican Website
22
on:
33
push:
4-
branches: [ "master" ]
4+
branches: [ "main" ]
55
workflow_dispatch:
66
jobs:
77
build-pelican:
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v4
1212
with:
13-
ref: 'master'
13+
ref: 'main'
1414
- uses: apache/infrastructure-actions/pelican@main
1515
with:
1616
destination: 'asf-site'

0 commit comments

Comments
 (0)