We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7781fe commit b3f6063Copy full SHA for b3f6063
.github/workflows/build-site.yml
@@ -60,7 +60,7 @@ jobs:
60
name: "Deploy Generated Site"
61
runs-on: ubuntu-latest
62
needs: [build_site, check_spelling]
63
- if: github.ref == 'refs/heads/master' && (github.event_name == 'push' || github.event_name == 'schedule') && github.repository == 'rust-osdev/homepage'
+ if: github.ref == 'refs/heads/main' && (github.event_name == 'push' || github.event_name == 'schedule') && github.repository == 'rust-osdev/homepage'
64
65
steps:
66
- name: "Download Generated Site"
0 commit comments