diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e736b3a..3968220 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,8 +1,6 @@ name: ci on: - push: - branches: [main] pull_request: permissions: read-all diff --git a/.github/workflows/fuzz.yml b/.github/workflows/fuzz.yml index 75ec537..53ceb33 100644 --- a/.github/workflows/fuzz.yml +++ b/.github/workflows/fuzz.yml @@ -4,8 +4,6 @@ name: fuzz (smoke) # for continuous fuzzing (OSS-Fuzz Tier 2) — just catches obvious # regressions before merge. on: - push: - branches: [main] pull_request: permissions: read-all