Skip to content

Commit a8d98b3

Browse files
committed
CI: Disable all tests on push (only keep for pull)
1 parent 1c3f0a7 commit a8d98b3

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: CI-COVER-VERSIONS
22

33
on:
4-
push:
5-
paths:
6-
- '**.py'
7-
- '.github/workflows/**'
8-
- '!dev/**'
4+
# push:
5+
# paths:
6+
# - '**.py'
7+
# - '.github/workflows/**'
8+
# - '!dev/**'
99
pull_request:
1010
branches: [ master ]
1111

.github/workflows/ci_full.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: CI-COVER-DATABASES
22

33
on:
4-
push:
5-
paths:
6-
- '**.py'
7-
- '.github/workflows/**'
8-
- '!dev/**'
4+
# push:
5+
# paths:
6+
# - '**.py'
7+
# - '.github/workflows/**'
8+
# - '!dev/**'
99
pull_request:
1010
branches: [ master ]
1111

0 commit comments

Comments
 (0)