Skip to content

Commit

Permalink
chore(ci): fix the workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
nicomiguelino committed Jan 30, 2025
1 parent 63a7273 commit d0e6e8c
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/generate-wp-plugin-zip.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
name: Generate WordPress Plugin Package

on:
push:
branches:
- master
pull_request:
types: [opened, synchronize]
branches:
- master

jobs:
build-and-upload:
Expand All @@ -19,5 +23,5 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: screenly-cast-plugin
path: artifact/screenly-cast.zip
retention-days: 5
path: dist/screenly-cast.zip
compression-level: 0

0 comments on commit d0e6e8c

Please sign in to comment.