Only deploy master branch

This commit is contained in:
Will Faught
2023-04-07 21:25:42 -07:00
parent 05370b3c22
commit 42351288ba

View File

@@ -50,6 +50,7 @@ jobs:
environment:
name: github-pages
url: ${{ steps.pages.outputs.base_url }}
if: github.ref == 'refs/heads/master'
needs: build-linux
runs-on: ubuntu-latest
steps: