Skip to content

Commit 65013fe

Browse files
author
doomy
committed
updated default branch from master to main to accomodate muscle memory
1 parent c203623 commit 65013fe

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/zola.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
on:
22
push:
33
branches:
4-
- master
4+
- main
55
pull_request:
66
jobs:
77
build_and_deploy:
88
runs-on: ubuntu-latest
9-
if: github.ref == 'refs/heads/master'
9+
if: github.ref == 'refs/heads/main'
1010
steps:
11-
- name: 'Checkout'
12-
uses: actions/checkout@master
13-
- name: 'Build and deploy'
14-
uses: shalzz/zola-deploy-action@master
11+
- name: "Checkout"
12+
uses: actions/checkout@main
13+
- name: "Build and deploy"
14+
uses: shalzz/zola-deploy-action@main
1515
env:
1616
PAGES_BRANCH: gh-pages
1717
BUILD_DIR: .
18-
TOKEN: ${{ secrets.GITHUB_TOKEN }}
18+
TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)