Skip to content

Commit 73c8315

Browse files
author
doomy
committed
changed branch terminology
1 parent 7edcd29 commit 73c8315

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/zola.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
on:
22
push:
33
branches:
4-
- main
4+
- master
55
pull_request:
66
jobs:
77
build_and_deploy:
88
runs-on: ubuntu-latest
9-
if: github.ref == 'refs/heads/main'
9+
if: github.ref == 'refs/heads/master'
1010
steps:
1111
- name: 'Checkout'
1212
uses: actions/checkout@master

0 commit comments

Comments
 (0)