From 3d97ccabea804d174aa0832b6fd538534b556db2 Mon Sep 17 00:00:00 2001 From: "[6~" <inform@tiker.net> Date: Thu, 12 Mar 2020 13:24:49 -0500 Subject: [PATCH] Actually fix Github actions yaml syntax --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b29b922..4983c7e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,5 +1,5 @@ name: Continuous Integration -on: [push] +on: push: paths-ignore: - 'doc/*.rst' -- GitLab