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 d8ab954 commit e4bf5e2Copy full SHA for e4bf5e2
.github/workflows/pull_request-or-main.yml
@@ -37,12 +37,12 @@ jobs:
37
path: site/target/repository
38
39
deploy-testing:
40
+ if: github.event_name == 'pull_request' && contains(github.head_ref, 'testing')
41
runs-on: ubuntu-latest
42
needs: [platform]
43
steps:
44
- uses: actions/checkout@v2
45
- name: Deploy for Testing
- if: github.event_name == 'pull_request' && contains(github.head_ref, 'testing')
46
uses: JamesIves/github-pages-deploy-action@v4
47
with:
48
branch: gh-pages
0 commit comments