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>2020-11-12 16:16:14 +0300
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>2020-11-12 16:16:14 +0300
commit14fecb53bb9de01f89a07fa11a93769fd5a3ba58 (patch)
treeaca20c46dc2f3cd987b7453fe6057580d4a31ad2
parent1fa8429c56c126c365419603369d32510a42e2c0 (diff)
Try to trigger GitHub to reparse workflow file
-rw-r--r--.github/workflows/cifuzz.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml
index 983c738..18aa910 100644
--- a/.github/workflows/cifuzz.yml
+++ b/.github/workflows/cifuzz.yml
@@ -5,6 +5,7 @@ on:
- master
paths:
- '**.c'
+
jobs:
Fuzzing:
runs-on: ubuntu-latest