Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nanopb/nanopb.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetteri Aimonen <jpa@git.mail.kapsi.fi>2022-02-27 18:17:04 +0300
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>2022-02-27 18:17:04 +0300
commite838efa9140d623bd1e71c41c915af31890e8728 (patch)
tree3de630d577d43fcefd7749a719119e82b00b9c59 /.github
parent38f6ab21d3e566045e1e746597c78e20d9c885d3 (diff)
Workflow fix
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/trigger_on_code_change.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/trigger_on_code_change.yml b/.github/workflows/trigger_on_code_change.yml
index 1bbc30f..aa3b669 100644
--- a/.github/workflows/trigger_on_code_change.yml
+++ b/.github/workflows/trigger_on_code_change.yml
@@ -1,5 +1,6 @@
name: Test after any code changes
on:
+ workflow-dispatch:
push:
paths:
- '**.c'