Ver Fonte

Do not run the FV workflow automatically on master

Hadrien Croubois há 2 anos atrás
pai
commit
e928466183
1 ficheiros alterados com 0 adições e 4 exclusões
  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