Browse Source

ref: only run FOSSA on PRs (#35850)

it really only is helpful for gating pull requests, and often turns master red for flakes
anthony sottile 2 years ago
parent
commit
bb495c184d
1 changed files with 0 additions and 2 deletions
  1. 0 2
      .github/workflows/enforce-license-compliance.yml

+ 0 - 2
.github/workflows/enforce-license-compliance.yml

@@ -1,8 +1,6 @@
 name: Enforce License Compliance
 
 on:
-  push:
-    branches: [master, main, release/*]
   pull_request:
     branches: [master, main]