Only deploy master branch
This commit is contained in:
1
.github/workflows/pages.yml
vendored
1
.github/workflows/pages.yml
vendored
@@ -50,6 +50,7 @@ jobs:
|
|||||||
environment:
|
environment:
|
||||||
name: github-pages
|
name: github-pages
|
||||||
url: ${{ steps.pages.outputs.base_url }}
|
url: ${{ steps.pages.outputs.base_url }}
|
||||||
|
if: github.ref == 'refs/heads/master'
|
||||||
needs: build-linux
|
needs: build-linux
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
Reference in New Issue
Block a user