File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1919 push :
2020 branches : [ main ]
2121 # Trigger the workflow on any pull request
22- pull_request :
23- branches : [ main ]
22+ # pull_request:
23+ # branches: [ main ]
2424
2525jobs :
2626
@@ -165,4 +165,4 @@ jobs:
165165 gh release create v${{ needs.build.outputs.version }} \
166166 --draft \
167167 --title "v${{ needs.build.outputs.version }}" \
168- --notes "## $VERSION ATX_2 is reserved for patchChangelog"
168+ --notes "## ${{ needs.build.outputs.version }} ATX_2 is reserved for patchChangelog"
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ name: CI Build and Upload plugin all branches
1010on :
1111 push :
1212 branches : [ '**','!main' ]
13+ pull_request :
14+ branches : [ main ]
1315
1416jobs :
1517 build :
Original file line number Diff line number Diff line change 5959 env :
6060 CHANGELOG : ${{ steps.properties.outputs.changelog }}
6161 run : |
62- ./gradlew initializeChangelog
6362 ./gradlew patchChangelog --release-note="$CHANGELOG"
6463
6564 # Publish the plugin to the Marketplace
You can’t perform that action at this time.
0 commit comments