Parcourir la source

Run formal verification when label is added (#4112)

Francisco il y a 2 ans
Parent
commit
6794c9460b
1 fichiers modifiés avec 6 ajouts et 1 suppressions
  1. 6 1
      .github/workflows/formal-verification.yml

+ 6 - 1
.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: