Skip to content

Commit

Permalink
deduplicate ci (#20)
Browse files Browse the repository at this point in the history
Don't run CI on push
  • Loading branch information
bagel897 authored Jan 10, 2024
1 parent 0009cc5 commit 8bb2884
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Pre-commit

on:
- push
- pull_request

jobs:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/tox.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Run tests

on:
- push
- pull_request

jobs:
Expand Down

0 comments on commit 8bb2884

Please sign in to comment.