Skip to content

Commit bc17bcb

Browse files
committed
Rename master branch to main
1 parent f9dc070 commit bc17bcb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Build
22
on:
33
push:
4-
branches: [master]
4+
branches: [main]
55

66
env:
77
ZOLA_VERSION: v0.20.0

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Deploy
22
on:
33
push:
4-
branches: [master]
4+
branches: [main]
55

66
jobs:
77
publish:

0 commit comments

Comments
 (0)