This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch sebb-gha in repository https://gitbox.apache.org/repos/asf/openoffice-project.git
The following commit(s) were added to refs/heads/sebb-gha by this push: new 86855a8 Fix branches as well 86855a8 is described below commit 86855a8b83458361179d1195eec9112d3d0ebcc9 Author: Sebb <s...@apache.org> AuthorDate: Thu May 30 17:40:24 2024 +0100 Fix branches as well --- .github/workflows/build-pelican.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-pelican.yml b/.github/workflows/build-pelican.yml index 54d2ae1..769a9dc 100644 --- a/.github/workflows/build-pelican.yml +++ b/.github/workflows/build-pelican.yml @@ -1,7 +1,7 @@ name: Build a Pelican Website on: push: - branches: [ 'main' ] + branches: [ 'sebb-gha' ] workflow_dispatch: jobs: build-pelican: @@ -9,7 +9,7 @@ jobs: steps: - uses: actions/checkout@v4 with: - ref: 'main' + ref: 'sebb-gha' - uses: apache/infrastructure-actions/pelican@main with: destination: 'sebb-gha-site'