Skip to content

Commit

Permalink
Merge branch 'main' into trunk
Browse files Browse the repository at this point in the history
  • Loading branch information
danielcharrua committed Feb 23, 2023
2 parents bb07e7e + 03d42db commit 339092d
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/build-zip.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Build release zip

on:
push:
branches:
- trunk

jobs:
build:
name: Build release zip
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Build plugin # Remove or modify this step as needed
run: |
composer install --no-dev --optimize-autoloader
- name: Generate zip
uses: 10up/action-wordpress-plugin-build-zip@stable

0 comments on commit 339092d

Please sign in to comment.