mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
Adjust CI deploy job for rename of master branch
This commit is contained in:
2
.github/workflows/build-site.yml
vendored
2
.github/workflows/build-site.yml
vendored
@@ -68,7 +68,7 @@ jobs:
|
|||||||
name: "Deploy Generated Site"
|
name: "Deploy Generated Site"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: [build_site, check_spelling]
|
needs: [build_site, check_spelling]
|
||||||
if: github.ref == 'refs/heads/master' && (github.event_name == 'push' || github.event_name == 'schedule')
|
if: github.ref == 'refs/heads/main' && (github.event_name == 'push' || github.event_name == 'schedule')
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: "Download Generated Site"
|
- name: "Download Generated Site"
|
||||||
|
|||||||
Reference in New Issue
Block a user