Skip to content

Commit

Permalink
Build zip artifact on release and wp production branches.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterwilsoncc committed Sep 18, 2024
1 parent bf63906 commit cc34971
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 cc34971

Please sign in to comment.