repos / neovimcraft

website that makes it easy to find neovim plugins
git clone https://github.com/neurosnap/neovimcraft.git

commit
7070c5d
parent
043ad2e
author
Eric Bower
date
2022-04-10 17:38:57 +0000 UTC
run on cron
1 files changed,  +5, -5
M .github/workflows/deploy.yml
+5, -5
 1@@ -1,11 +1,11 @@
 2 name: "Fetch resources and deploy every 2 hours"
 3 
 4-on:
 5-  push:
 6-    branches: [main]
 7 #on:
 8-#  schedule:
 9-#  - cron: "0 */2 * * *"
10+#  push:
11+#    branches: [main]
12+on:
13+  schedule:
14+  - cron: "0 */2 * * *"
15 
16 env:
17   GITHUB_ACCESS_TOKEN: ${{secrets.ACCESS_TOKEN}}