Update Build Unstable (#1737)

This commit is contained in:
Ted Patrick
2023-09-20 14:35:57 -05:00
committed by GitHub
parent 91ae242e49
commit ef8918f3a7

View File

@@ -7,7 +7,6 @@ on:
paths: paths:
- pyscript.core/** - pyscript.core/**
- examples/** - examples/**
- .github/workflows/build-unstable.yml # Test that workflow works when changed
pull_request: # Run on any PR that modifies files under pyscriptjs/ and examples/ pull_request: # Run on any PR that modifies files under pyscriptjs/ and examples/
branches: branches:
@@ -15,7 +14,7 @@ on:
paths: paths:
- pyscriptjs/** - pyscriptjs/**
- examples/** - examples/**
- .github/workflows/build-unstable.yml # Test that workflow works when changed
workflow_dispatch: workflow_dispatch:
jobs: jobs: