We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8260f47 commit 7ce6265Copy full SHA for 7ce6265
.github/workflows/clean.yml
@@ -0,0 +1,16 @@
1
+# Simple workflow for deploying static content to GitHub Pages
2
+name: Refresh CDN Cache
3
+
4
+on:
5
+ # Runs on pushes targeting the default branch
6
+ push:
7
+ branches: ["main"]
8
9
+ workflow_dispatch:
10
11
+jobs:
12
+ refresh-cdn-cache:
13
+ runs-on: ubuntu-latest
14
+ steps:
15
+ - name: Refresh CDN Cache
16
+ run: curl https://purge.jsdelivr.net/gh/IceWhaleTech/ZVM-VM-List@main/vm-iso.json
0 commit comments