We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f8b053 commit 9a30af1Copy full SHA for 9a30af1
1 file changed
.github/workflows/build-website.yml
@@ -7,7 +7,7 @@ on:
7
- '.github/workflows/build-website.yml'
8
push:
9
branches:
10
- - master
+ - 'release/graal-vm/**'
11
paths:
12
- 'docs/site/**'
13
@@ -50,9 +50,8 @@ jobs:
50
path: docs/site/_site
51
52
deploy:
53
- # The website should only be deployed from a release branch:
54
- # if: startsWith(github.head_ref, 'release/graal-vm/')
55
- if: github.event_name == 'push' && github.ref == 'refs/heads/master'
+ # Deploy only explicitly from the Actions tab.
+ if: github.event_name == 'workflow_dispatch'
56
runs-on: ubuntu-latest
57
needs: build
58
environment:
0 commit comments