Skip to content

Commit

Permalink
chore(ci): do not run fft workflows on push to main
Browse files Browse the repository at this point in the history
  • Loading branch information
IceTDrinker committed Nov 18, 2024
1 parent d56e7e0 commit 5b2e79e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/cargo_build_tfhe_fft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
name: Cargo Build tfhe-fft

on:
push:
branches:
- 'main'
pull_request:

env:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/cargo_test_fft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
name: Cargo Test tfhe-fft

on:
push:
branches:
- "main"
pull_request:

env:
Expand Down

0 comments on commit 5b2e79e

Please sign in to comment.