Browse Source

Do not run the FV workflow automatically on master

Hadrien Croubois 2 năm trước cách đây
mục cha
commit
e928466183
1 tập tin đã thay đổi với 0 bổ sung4 xóa
  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