We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d1ece9 commit 31dc20aCopy full SHA for 31dc20a
.github/workflows/deploy.yml
@@ -2,9 +2,9 @@ name: Deploy to GitHub Pages
2
3
on:
4
push:
5
- branches: [ main ]
+ branches: [ master ]
6
pull_request:
7
8
9
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
10
permissions:
@@ -53,7 +53,7 @@ jobs:
53
url: ${{ steps.deployment.outputs.page_url }}
54
runs-on: ubuntu-latest
55
needs: build
56
- if: github.ref == 'refs/heads/main'
+ if: github.ref == 'refs/heads/master'
57
steps:
58
- name: Deploy to GitHub Pages
59
id: deployment
0 commit comments