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 cfbcea1 commit cec87e9Copy full SHA for cec87e9
.github/workflows/build.yml
@@ -7,10 +7,10 @@ on:
7
- pyscriptjs/**
8
- .github/workflows/** # Test that workflows work when changed
9
10
- pull_request: # Run on any PR that modifies files in pyscriptjs/
11
- paths:
12
- - pyscriptjs/**
13
- - .github/workflows/**
+# pull_request: # Run on any PR that modifies files in pyscriptjs/
+# paths:
+# - pyscriptjs/**
+# - .github/workflows/**
14
15
jobs:
16
build:
.github/workflows/lint.yml
@@ -5,7 +5,7 @@ on:
5
branches:
6
- main
0 commit comments