remove pyscriptjs and synclink (#1787)

* remove pyscriptjs and synclink

* remove chdir fixture
This commit is contained in:
Madhur Tandon
2023-10-04 21:46:34 +05:30
committed by GitHub
parent a00a6750b4
commit b4503ef729
77 changed files with 4 additions and 17149 deletions

View File

@@ -1,20 +1,13 @@
name: "Publish Unstable"
on:
push: # Only run on merges into main that modify files under pyscriptjs/ and examples/
push: # Only run on merges into main that modify files under pyscript.core/ and examples/
branches:
- main
paths:
- pyscript.core/**
- examples/**
pull_request: # Run on any PR that modifies files under pyscriptjs/ and examples/
branches:
- main
paths:
- pyscriptjs/**
- examples/**
workflow_dispatch:
jobs: