We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7e6c4aa + 6b6d6b9 commit 2afe179Copy full SHA for 2afe179
.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