summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Peveler <matt.peveler@gmail.com>2021-02-11 23:01:12 -0500
committerGitHub <noreply@github.com>2021-02-11 23:01:12 -0500
commita512ffe88fd38b3c15d6138252ba33db6fe51066 (patch)
treea72d17e6cade9bbf5206d9e05e190e60479de06c
parent0e44b30fe454085af0d50cd4225a1208170d6a0a (diff)
downloadasciidoc-py3-a512ffe88fd38b3c15d6138252ba33db6fe51066.tar.gz
Update gh-pages workflow to use main branch
-rw-r--r--.github/workflows/ghpages.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ghpages.yml b/.github/workflows/ghpages.yml
index 3b07aef..5b72b9b 100644
--- a/.github/workflows/ghpages.yml
+++ b/.github/workflows/ghpages.yml
@@ -2,7 +2,7 @@ name: Publish to gh-pages
on:
push:
- branches: [ master ]
+ branches: [ main ]
jobs:
build: