Skip to content

Commit

Permalink
Rename master branch to main
Browse files Browse the repository at this point in the history
  • Loading branch information
Philzen committed May 16, 2024
1 parent 569a7a5 commit d21c484
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-deploy-ftp.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Jekyll to FTP CI

# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
# events but only for the main branch
on:
push:
branches: [ master ]
branches: [ main ]

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand All @@ -16,7 +16,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: 🛎 Check out master
- name: 🛎 Check out main
uses: actions/checkout@v4
with:
fetch-depth: 1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
github-pages:
runs-on: ubuntu-16.04
steps:
- name: 🛎 Check out master
- name: 🛎 Check out branch
uses: actions/checkout@v2

# Use GitHub Actions' cache to shorten build times and decrease load on servers
Expand Down

0 comments on commit d21c484

Please sign in to comment.