This commit is contained in:
Hadrien Croubois
2022-09-09 13:47:16 +02:00
parent e9f53ebc02
commit 56c355ea8b
2 changed files with 5 additions and 9 deletions

View File

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

View File

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