Skip to content

Commit b3f6063

Browse files
committed
Adjust deploy job guard for rename of master branch
1 parent e7781fe commit b3f6063

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
name: "Deploy Generated Site"
6161
runs-on: ubuntu-latest
6262
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'
63+
if: github.ref == 'refs/heads/main' && (github.event_name == 'push' || github.event_name == 'schedule') && github.repository == 'rust-osdev/homepage'
6464

6565
steps:
6666
- name: "Download Generated Site"

0 commit comments

Comments
 (0)