Skip to content

Commit 7291066

Browse files
committed
workflows: only run for push
1 parent fc1e638 commit 7291066

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/pytest.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ on:
44
push:
55
branches:
66
- develop
7-
pull_request:
8-
branches:
9-
- main
10-
- develop
7+
# pull_request:
8+
# branches:
9+
# - main
10+
# - develop
1111

1212
jobs:
1313
test:

.github/workflows/ruff.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ on:
44
push:
55
branches:
66
- develop
7-
pull_request:
8-
branches:
9-
- main
10-
- develop
7+
# pull_request:
8+
# branches:
9+
# - main
10+
# - develop
1111

1212
jobs:
1313
lint:

0 commit comments

Comments
 (0)