aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2020-11-29 21:53:58 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2020-11-29 21:53:58 +0300
commit2b8522a2f023eb3915fd61a3ac7592dcd70a7e9e (patch)
treeed193f5add99d7506322562cd309ec05829175c9
parentmakefile_escaping: fix variable name (diff)
downloadblog-2b8522a2f023eb3915fd61a3ac7592dcd70a7e9e.tar.gz
blog-2b8522a2f023eb3915fd61a3ac7592dcd70a7e9e.zip
makefile_escaping: run workflow manually
-rw-r--r--.github/workflows/makefile-escaping.yml5
1 files changed, 4 insertions, 1 deletions
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: