瀏覽代碼

Run formal verification when label is added (#4112)

Francisco 2 年之前
父節點
當前提交
6794c9460b
共有 1 個文件被更改,包括 6 次插入1 次删除
  1. 6 1
      .github/workflows/formal-verification.yml

+ 6 - 1
.github/workflows/formal-verification.yml

@@ -5,7 +5,12 @@ on:
     branches:
       - master
       - release-v*
-  pull_request: {}
+  pull_request:
+    types:
+      - opened
+      - reopened
+      - synchronize
+      - labeled
   workflow_dispatch: {}
 
 env: