This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/royale-website.git
commit 960d81003a01a9b12cb2c45e227883ad9afb5d31 Author: Josh Tynjala <[email protected]> AuthorDate: Mon Aug 1 09:54:16 2022 -0700 Github Actions: switch from 11ty to master branch --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e429a8a9..a0fb6717 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,7 +3,7 @@ name: Build Website on: push: branches: - - 11ty + - master jobs: build: @@ -18,7 +18,7 @@ jobs: - name: Build website run: npm run build - name: Deploy to asf-staging - if: ${{ github.repository_owner == 'apache' && github.event_name != 'pull_request' && github.ref_name == '11ty' }} + if: ${{ github.repository_owner == 'apache' && github.event_name != 'pull_request' && github.ref_name == 'master' }} run: | git config --global user.name 'GitHub Actions' git config --global user.email '[email protected]'
