Selaa lähdekoodia

Do not run the FV workflow automatically on master

Hadrien Croubois 2 vuotta sitten
vanhempi
sitoutus
e928466183
1 muutettua tiedostoa jossa 0 lisäystä ja 4 poistoa
  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