Skip to content

Commit 6cc67f9

Browse files
committed
Uncomment ci stuff
1 parent fb139f0 commit 6cc67f9

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,10 @@ on:
44
schedule:
55
- cron: "0 0 1 * *"
66
# TODO: Uncomment after V2 is finished
7-
# push:
8-
# paths-ignore:
9-
# - ".github/**"
10-
# - "!.github/workflows/ci.yml"
11-
# - ".gitignore"
12-
# - "README.md"
7+
push:
8+
paths-ignore:
9+
- ".gitignore"
10+
- "README.md"
1311
pull_request:
1412

1513
jobs:

0 commit comments

Comments
 (0)