workflow trigger

This commit is contained in:
Hadrien Croubois
2022-09-09 13:28:49 +02:00
parent d98d9c03f3
commit 3aa0a015d1
2 changed files with 5 additions and 9 deletions

View File

@ -1,12 +1,11 @@
name: Certora
on:
push:
branches:
- master
- main
- certora/erc20
- certora/erc1155ext
branches:
- master
- release-v*
pull_request: {}
workflow_dispatch: {}
jobs:
verify:

View File

@ -1,3 +0,0 @@
{
"solidity.compileUsingRemoteVersion": "v0.8.2+commit.661d1103"
}