We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0d9748 commit bffcf18Copy full SHA for bffcf18
.github/workflows/prepare-assets.yml
@@ -1,6 +1,7 @@
1
name: Generate Playground Assets
2
3
on:
4
+ push:
5
workflow_dispatch:
6
7
jobs:
@@ -52,7 +53,7 @@ jobs:
52
53
54
- name: Copy built assets into ZIP for extraction inside Playground.
55
run: |
- zip -r zips/playground-assets.zip wp-content -x "/*.git/*"
56
+ zip -r zips/playground-assets.zip wp-content -x "*.git*"
57
rm -rf wp-content
58
59
- uses: EndBug/add-and-commit@v9
0 commit comments