8000 Split build jobs, add S3 push by pww217 · Pull Request #307 · pyscript/pyscript · GitHub
[go: up one dir, main page]

Skip to content

Split build jobs, add S3 push #307

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 14 commits into from
May 9, 2022
Prev Previous commit
Next Next commit
Update sync-examples.yml
  • Loading branch information
pww217 authored May 9, 2022
commit 70a645530ca88e2e8ca5287545613eb70d08228d
2 changes: 1 addition & 1 deletion .github/workflows/sync-examples.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: '[CI] Sync Examples'

on:
push: # Only run on merges into master that modify files under pyscriptjs/
push: # Only run on merges into main that modify files under pyscriptjs/examples/
branches:
- main
paths:
Expand Down
0