Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/xwp/stream into release/…
Browse files Browse the repository at this point in the history
…v4.1.0
  • Loading branch information
bartoszgadomski committed Jan 14, 2025
2 parents d24806c + bc72314 commit 0482900
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/deploy-to-wp-org.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,14 @@ on:
# In case of a pre-release, the action will not commit to WP.org (dry-run). However, it will still
# create a zip file and upload it to the release. Note that a pre-release (release candidate)
# should not be changed to a release but rather a new release should be created.
#
# The "prereleased" type will not trigger for pre-releases published from draft releases, but
# the "published" type will trigger. Since we want a workflow to run when stable and pre-releases
# publish, we subscribe to "published" instead of "released" and "prereleased".
#
# See: https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#release
release:
types:
- released
- prereleased
types: [ published ]

jobs:
lint_and_test:
Expand Down

0 comments on commit 0482900

Please sign in to comment.