We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31d13b8 commit 5bd1800Copy full SHA for 5bd1800
1 file changed
.github/workflows/maven.yml
@@ -169,7 +169,7 @@ jobs:
169
#############################################################################
170
171
collect_webpages:
172
- if: ${{ github.head_ref == 'development' || github.ref_name == 'development' }}
+ if: ${{ github.ref == 'refs/heads/development' }}
173
needs: [ build, generate_documentation ]
174
runs-on: ubuntu-latest
175
steps:
@@ -190,7 +190,7 @@ jobs:
190
path: pages/
191
192
deploy_web_pages:
193
194
needs: collect_webpages
195
permissions:
196
pages: write
0 commit comments