8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d53d88e commit 8423abcCopy full SHA for 8423abc
.github/workflows/build-alpha.yml
@@ -7,11 +7,15 @@ on:
7
paths:
8
- pyscriptjs/**
9
- .github/workflows/** # Test that workflows work when changed
10
+ paths-ignore:
11
+ - pyscriptjs/examples/**
12
13
pull_request:
14
15
16
- .github/workflows/**
17
18
19
20
jobs:
21
build:
.github/workflows/build-unstable.yml
pull_request: # Run on any PR that modifies files in pyscriptjs/
0 commit comments