Skip to content

Commit 0b412c4

Browse files
committed
publish workflow
Signed-off-by: shalom <[email protected]>
1 parent ac26ba8 commit 0b412c4

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ on:
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

2525
jobs:
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"

.github/workflows/gradle-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ name: CI Build and Upload plugin all branches
1010
on:
1111
push:
1212
branches: [ '**','!main' ]
13+
pull_request:
14+
branches: [ main ]
1315

1416
jobs:
1517
build:

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ jobs:
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

0 commit comments

Comments
 (0)