Skip to content

Commit

Permalink
Build zip artifact on release and wp production branches. (WordPress#…
Browse files Browse the repository at this point in the history
  • Loading branch information
peterwilsoncc committed Sep 18, 2024
1 parent 623f268 commit fa406d5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-plugin-zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ name: Build Gutenberg Plugin Zip
on:
pull_request:
push:
branches: [trunk]
branches:
- trunk
- 'release/**'
- 'wp/**'
workflow_dispatch:
inputs:
version:
Expand Down

0 comments on commit fa406d5

Please sign in to comment.