File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 1212 push :
1313 branches :
1414 - ' master'
15+ pull_request :
16+ branches :
17+ - ' master'
1518
1619 # Allows you to run this workflow manually from the Actions tab
1720 workflow_dispatch :
3235 uses : actions/checkout@v5
3336
3437 - name : " Setup Pages"
38+ if : ${{ github.repository == 'atomvm/atomvm_rebar3_plugin' }}
3539 uses : actions/configure-pages@v5
3640
3741 - name : " Build Docs"
4650 path : ./docs
4751
4852 deploy :
53+ if : ${{ github.repository == 'atomvm/atomvm_rebar3_plugin' && github.event_name == 'push' }}
4954 # Add a dependency to the build job
5055 needs : build
5156
6267 uses : actions/configure-pages@v5
6368
6469 - name : Deploy to GitHub Pages
65- if : ${{ github.repository == 'atomvm/atomvm_rebar3_plugin' }}
6670 id : deployment
6771 uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments