Skip to content

Commit eed80a8

Browse files
authored
Enable scheduled GHA runs (#336)
1 parent f38c4c3 commit eed80a8

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/tox.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
pull_request:
99
branches:
1010
- "main"
11+
schedule:
12+
- cron: "0 0 * * *"
1113
workflow_call:
1214

1315
concurrency:

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,3 +169,4 @@ cython_debug/
169169
/src/*/_version.py
170170

171171
.DS_Store
172+
node_modules

0 commit comments

Comments
 (0)