From 0fcbc9aa94dbc729dc802b73771eb12a7f9dd611 Mon Sep 17 00:00:00 2001 From: evandrocoan Date: Thu, 6 Aug 2020 17:44:06 -0300 Subject: [PATCH] Random change on checks.yml to force the GitHub Actions to run --- .github/workflows/checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 7539cdb..6ece56f 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -1,6 +1,6 @@ name: Checks -on: [push, pull_request] +on: [ push, pull_request ] # For a more complex build matrix example see: # https://github.com/evandroforks/anki/blob/master/.github/workflows/checks.yml