Skip to content

Commit 6441111

Browse files
Skip pre release triggers. Remove test workflow file.
1 parent 81873de commit 6441111

File tree

2 files changed

+1
-74
lines changed

2 files changed

+1
-74
lines changed

.github/workflows/wordpress-plugin-deploy-test-softprops-gh-release-action.yml

Lines changed: 0 additions & 74 deletions
This file was deleted.

.github/workflows/wordpress-plugin-deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ jobs:
88
tag:
99
name: New release
1010
runs-on: ubuntu-latest
11+
if: ${{ !github.event.release.prerelease }} # Skip job if it is a pre-release
1112

1213
steps:
1314
- name: Checkout code

0 commit comments

Comments
 (0)