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 d989ec2 commit cd46f33Copy full SHA for cd46f33
.github/workflows/test.yml
@@ -2,7 +2,11 @@ name: test
2
on:
3
pull_request_target:
4
types: [labeled]
5
+ paths-ignore:
6
+ - "**.md"
7
push:
8
9
10
11
jobs:
12
build:
0 commit comments