We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 325de3f commit 6b6d6b9Copy full SHA for 6b6d6b9
.github/workflows/ci.yml
@@ -2,7 +2,7 @@ name: Zola
2
3
on:
4
push:
5
- branches: source
+ branches: main
6
pull_request:
7
8
jobs:
.github/workflows/create-newsletter.yaml
@@ -15,7 +15,7 @@ jobs:
15
steps:
16
- uses: actions/checkout@v3
17
with:
18
- ref: source
+ ref: main
19
- name: Set environment variables
20
run: |
21
echo "NEWSLETTER_MONTH=$(date +'%B')" >> $GITHUB_ENV
0 commit comments