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 5516bcf commit b2052b1Copy full SHA for b2052b1
.github/workflows/ci.yml
@@ -1,6 +1,10 @@
1
name: CI
2
on:
3
pull_request:
4
+ paths-ignore:
5
+ - "docs/**"
6
+ - "samples/**"
7
+ - "**.md"
8
push:
9
branches:
10
- trunk
.github/workflows/lts.yml
name: LTS
.github/workflows/previous-lts.yml
name: Previous LTS
.github/workflows/tests.yml
@@ -1,12 +1,6 @@
name: tests workflow
- pull_request:
- paths-ignore:
- - "docs/**"
- - "samples/**"
- - "**.md"
-
workflow_call:
11
inputs:
12
runtime:
0 commit comments