Skip to content

Commit

Permalink
workflows: only run for push
Browse files Browse the repository at this point in the history
  • Loading branch information
kraanzu committed Dec 1, 2024
1 parent fc1e638 commit 7291066
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ on:
push:
branches:
- develop
pull_request:
branches:
- main
- develop
# pull_request:
# branches:
# - main
# - develop

jobs:
test:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ruff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ on:
push:
branches:
- develop
pull_request:
branches:
- main
- develop
# pull_request:
# branches:
# - main
# - develop

jobs:
lint:
Expand Down

0 comments on commit 7291066

Please sign in to comment.