Add tests for changes to examples/ (#980)

This commit is contained in:
Fábio Rosado
2022-11-24 11:17:52 +00:00
committed by GitHub
parent 06df21e8e3
commit 182272e8c7

View File

@@ -1,18 +1,20 @@
name: '[CI] Build Unstable'
on:
push: # Only run on merges into main that modify files under pyscriptjs/
push: # Only run on merges into main that modify files under pyscriptjs/ and examples/
branches:
- main
paths:
- pyscriptjs/**
- examples/**
- .github/workflows/build-latest.yml # Test that workflow works when changed
pull_request: # Run on any PR that modifies files under pyscriptjs/
pull_request: # Run on any PR that modifies files under pyscriptjs/ and examples/
branches:
- main
paths:
- pyscriptjs/**
- examples/**
- .github/workflows/build-unstable.yml # Test that workflow works when changed
workflow_dispatch: