Skip to content

Commit 6b6d6b9

Browse files
authored
Fix branch name in workflow (#1562)
1 parent 325de3f commit 6b6d6b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Zola
22

33
on:
44
push:
5-
branches: source
5+
branches: main
66
pull_request:
77

88
jobs:

.github/workflows/create-newsletter.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v3
1717
with:
18-
ref: source
18+
ref: main
1919
- name: Set environment variables
2020
run: |
2121
echo "NEWSLETTER_MONTH=$(date +'%B')" >> $GITHUB_ENV

0 commit comments

Comments
 (0)