浏览代码

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