Run formal verification when label is added (#4112)

pull/4110/head^2
Francisco 2 years ago committed by GitHub
parent f8e3c375d1
commit 6794c9460b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      .github/workflows/formal-verification.yml

@ -5,7 +5,12 @@ on:
branches:
- master
- release-v*
pull_request: {}
pull_request:
types:
- opened
- reopened
- synchronize
- labeled
workflow_dispatch: {}
env:

Loading…
Cancel
Save