Hadrien Croubois 3 years ago
parent
commit
56c355ea8b
2 changed files with 5 additions and 9 deletions
  1. 0 1
      .github/workflows/changelog.yml
  2. 5 8
      .github/workflows/formal-verifiation.yml

+ 0 - 1
.github/workflows/changelog.yml

@@ -25,4 +25,3 @@ jobs:
             echo 'Missing changelog entry'
             exit 1
           fi
-

+ 5 - 8
.github/workflows/formal-verifiation.yml

@@ -1,9 +1,10 @@
-name: Certora
+name: formal verification
 
 on:
-  branches:
-    - master
-    - release-v*
+  push:
+    branches:
+      - master
+      - release-v*
   pull_request: {}
   workflow_dispatch: {}
 
@@ -58,7 +59,3 @@ jobs:
           - Round3/verifyERC1155Pausable.sh
           - Round3/verifyInitializable.sh
           - Round3/verifyGovernorPreventLateQuorum.sh
-
-
-
-