<!-- Please check the Q&A before posting an issue: https://github.com/JamesIves/github-pages-deploy-action/discussions?discussions_q=category%3AQ%26A --> ## Describe the bug <!-- Please provide a clear and concise description of what the bug is. --> GitHub changed the naming of the master branch to `main`. The README still has the old naming convention: ``` on: push: branches: - master ``` change to ``` on: push: branches: - main ```