Run formal verification when label is added (#4112)
This commit is contained in:
7
.github/workflows/formal-verification.yml
vendored
7
.github/workflows/formal-verification.yml
vendored
@ -5,7 +5,12 @@ on:
|
||||
branches:
|
||||
- master
|
||||
- release-v*
|
||||
pull_request: {}
|
||||
pull_request:
|
||||
types:
|
||||
- opened
|
||||
- reopened
|
||||
- synchronize
|
||||
- labeled
|
||||
workflow_dispatch: {}
|
||||
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user