diff options
| author | Andre Weissflog <floooh@gmail.com> | 2022-06-04 12:00:33 +0200 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2022-06-04 12:00:33 +0200 |
| commit | 36aa6e7d3b28c29ce00c5b70cc7e7be883e82f43 (patch) | |
| tree | a957c4ecaafbd9d7b768d2b9fa99fb66f3a8a2b2 /.github | |
| parent | 14c61968891bbb073713877271a80bccc6939a6f (diff) | |
readme: tweak badges
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/gen_bindings.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/gen_bindings.yml b/.github/workflows/gen_bindings.yml index b126afac..b8c5eb96 100644 --- a/.github/workflows/gen_bindings.yml +++ b/.github/workflows/gen_bindings.yml @@ -1,4 +1,4 @@ -name: Language Bindings +name: Generate Bindings on: workflow_dispatch jobs: |