summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2020-02-26 17:53:43 +0100
committerJasper Van der Jeugt <m@jaspervdj.be>2020-02-26 17:53:43 +0100
commitfe4ad9a4304bdccac1b55fdcc8fee3e5dabd7ab5 (patch)
tree16b2db8d97d01a25f3a06e2edb7102bf762b5a72
parent97dfe1325ef1eb1eb50b33f331f9b90bbe6f436b (diff)
downloadhakyll-fe4ad9a4304bdccac1b55fdcc8fee3e5dabd7ab5.tar.gz
Tickle cache
-rw-r--r--.github/workflows/main.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 18a2b73..b6c424e 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -1,6 +1,5 @@
name: 'CI'
-on:
-- 'push'
+on: ['push']
jobs:
build:
runs-on: 'ubuntu-latest'