소스 검색

Run formal verification when label is added (#4112)

Francisco 2 년 전
부모
커밋
6794c9460b
1개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제
  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: