diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b2d19e81..7d9c9d3c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: run: cargo run --release - name: Upload artifact - if: github.ref == 'refs/heads/master' && github.repository_owner == 'rust-lang' + if: github.ref == 'refs/heads/main' && github.repository_owner == 'rust-lang' uses: actions/upload-pages-artifact@v4 with: path: ./output @@ -34,7 +34,7 @@ jobs: deploy: name: Deploy runs-on: ubuntu-latest - if: github.ref == 'refs/heads/master' && github.repository_owner == 'rust-lang' + if: github.ref == 'refs/heads/main' && github.repository_owner == 'rust-lang' needs: build permissions: diff --git a/README.md b/README.md index 54cca013..37fbf900 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Build Status][status-img]][status] -[status-img]: https://github.com/rust-lang/thanks/actions/workflows/ci.yml/badge.svg?branch=master +[status-img]: https://github.com/rust-lang/thanks/actions/workflows/ci.yml/badge.svg?branch=main [status]: https://github.com/rust-lang/thanks/actions/workflows/ci.yml This is a static site generator showing people who have contributed to Rust.