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 name: Certora
on: on:
push: branches:
branches: - master
- master - release-v*
- main pull_request: {}
- certora/erc20 workflow_dispatch: {}
- certora/erc1155ext
jobs: jobs:
verify: verify:

View File

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