Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not push to wporg on RC #277

Merged
merged 1 commit into from
May 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
don't run the workflow if the release event is a pre-release
jazzsequence committed May 24, 2024
commit ac4013ab87f238fde013fe0d5717c4f847dc42c4
2 changes: 2 additions & 0 deletions .github/workflows/wordpress-plugin-deploy.yml
Original file line number Diff line number Diff line change
@@ -5,6 +5,8 @@ on:

jobs:
release:
# Do not run this job for prerelease versions.
if: ! github.event.release.prerelease
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2