Parcourir la source

Do not run the FV workflow automatically on master

Hadrien Croubois il y a 2 ans
Parent
commit
e928466183
1 fichiers modifiés avec 0 ajouts et 4 suppressions
  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