Fix typo in workflow file (#1266)

This commit is contained in:
Hood Chatham
2023-03-09 10:15:36 +01:00
committed by GitHub
parent a1cb78eb85
commit 6a9c27325a

View File

@@ -7,7 +7,7 @@ on:
paths: paths:
- pyscriptjs/** - pyscriptjs/**
- examples/** - examples/**
- .github/workflows/build-latest.yml # Test that workflow works when changed - .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: