From 2b8522a2f023eb3915fd61a3ac7592dcd70a7e9e Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 29 Nov 2020 21:53:58 +0300 Subject: makefile_escaping: run workflow manually --- .github/workflows/makefile-escaping.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/makefile-escaping.yml b/.github/workflows/makefile-escaping.yml index 9c8df3b..59e0e0e 100644 --- a/.github/workflows/makefile-escaping.yml +++ b/.github/workflows/makefile-escaping.yml @@ -1,6 +1,9 @@ name: Escaping characters in Makefile -on: [push, pull_request] +on: + push: + pull_request: + workflow_dispatch: jobs: quoting_arguments: -- cgit v1.2.3