We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d71190c commit ac04cb2Copy full SHA for ac04cb2
.github/workflows/static.yml
@@ -4,7 +4,7 @@ name: Deploy static content to Pages
4
on:
5
# Runs on pushes targeting the default branch
6
push:
7
- branches: ["new_website"]
+ branches: ["master"]
8
pull_request:
9
branches:
10
- '*'
@@ -39,7 +39,7 @@ jobs:
39
40
deploy:
41
needs: build
42
- if: github.ref == 'refs/heads/new_website'
+ if: github.ref == 'refs/heads/master'
43
environment:
44
name: github-pages
45
url: ${{ steps.deployment.outputs.page_url }}
0 commit comments