Skip to content

Commit 01da267

Browse files
Update Pyodide workflow to use scheduled builds
1 parent 93333ec commit 01da267

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pyodide.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Pyodide Build
22

33
on:
4-
push:
5-
branches: [ master ]
4+
schedule:
5+
- cron: '0 0 */2 * *'
66

77
env:
88
BUILD_TYPE: Release

0 commit comments

Comments
 (0)