Skip to content

Commit

Permalink
Searching the trigger (again) ...
Browse files Browse the repository at this point in the history
  • Loading branch information
carstingaxion committed May 30, 2024
1 parent 0df76da commit c498e2d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/wordpress-org-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
runs-on: ubuntu-latest
# if: github.event.release.edited == true && contains(github.event.head_commit.message, 'Update wporg-related-version to ')
# if: contains(github.event.head_commit.message, 'Update wporg-related-version to ')
if: |
contains(github.event.head_commit.message, 'Update version-numbers to ') &&
contains(github.event.head_commit.modified, 'readme.md')

# if: contains(github.event.head_commit.message, 'Update version-numbers to ') && contains(github.event.head_commit.modified, 'readme.md')
if: contains(github.event.head_commit.message, 'Update version-numbers to ')
steps:

# - name: Checkout code
Expand Down

0 comments on commit c498e2d

Please sign in to comment.