瀏覽代碼

Do not run the FV workflow automatically on master

Hadrien Croubois 2 年之前
父節點
當前提交
e928466183
共有 1 個文件被更改,包括 0 次插入4 次删除
  1. 0 4
      .github/workflows/formal-verification.yml

+ 0 - 4
.github/workflows/formal-verification.yml

@@ -1,10 +1,6 @@
 name: formal verification
 
 on:
-  push:
-    branches:
-      - master
-      - release-v*
   pull_request:
     types:
       - opened