浏览代码

flip bindings generation to run on commits and PRs

Andre Weissflog 3 年之前
父节点
当前提交
a03da347e8
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3 2
      .github/workflows/gen_bindings.yml

+ 3 - 2
.github/workflows/gen_bindings.yml

@@ -1,5 +1,6 @@
-name: Generate Bindings
-on: workflow_dispatch
+name: Bindings
+
+on: [push, pull_request]
 
 jobs:
   test-windows: