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 24da29c commit ee65097Copy full SHA for ee65097
.github/workflows/vr-foraging-cicd.yml
@@ -4,7 +4,10 @@ on:
4
workflow_dispatch:
5
pull_request:
6
push:
7
- branches: ['*']
+ branches:
8
+ - main
9
+ - dev*
10
+ - release*
11
release:
12
types: [ published ]
13
@@ -184,6 +187,7 @@ jobs:
184
187
# │ │
185
188
# ╚─────────────────────────╝
186
189
build-docs:
190
+ name: Build and deploy documentation to GitHub Pages
191
runs-on: ubuntu-latest
192
needs: github-rc-release
193
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
0 commit comments