We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dd0ec1 commit b68824fCopy full SHA for b68824f
.github/workflows/docs.yml
@@ -5,6 +5,17 @@ on:
5
branches:
6
- master
7
paths:
8
+ - .github/workflows/docs.yml
9
+ - docs/**/*
10
+ pull_request:
11
+ branches:
12
+ - master
13
+ types:
14
+ - opened
15
+ - reopened
16
+ - synchronize
17
+ paths:
18
19
- docs/**/*
20
workflow_dispatch:
21
.github/workflows/main.yml
@@ -5,6 +5,7 @@ on:
+ - .github/workflows/main.yml
- src/**/*
- Directory.Build.props
pull_request:
@@ -14,6 +15,10 @@ on:
- opened
- reopened
- synchronize
+ - src/**/*
+ - Directory.Build.props
22
23
repository_dispatch:
24
0 commit comments