create-preview-workflow 1.1.0 → 1.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +2 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -95,6 +95,8 @@ name: Delete Directory
95
95
 
96
96
  on:
97
97
  push:
98
+ paths:
99
+ - ".github/workflows/sync.yml"
98
100
 
99
101
  jobs:
100
102
  delete:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-preview-workflow",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "bin": {
5
5
  "create-preview-workflow": "index.js"
6
6
  },