소스 검색

Do not run the FV workflow automatically on master

Hadrien Croubois 2 년 전
부모
커밋
e928466183
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      .github/workflows/formal-verification.yml

+ 0 - 4
.github/workflows/formal-verification.yml

@@ -1,10 +1,6 @@
 name: formal verification
 
 on:
-  push:
-    branches:
-      - master
-      - release-v*
   pull_request:
     types:
       - opened