Skip to content

Commit b13bf09

Browse files
authored
Paths ignore for downstream tests (#304)
1 parent 417342d commit b13bf09

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/downstream.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@ name: IntegrationTest
22
on:
33
push:
44
branches: [master]
5-
tags: [v*]
5+
tags: 'v*'
6+
paths-ignore:
7+
- 'LICENSE'
8+
- 'README.md'
9+
- '.github/workflows/TagBot.yml'
610
pull_request:
711
paths-ignore:
812
- 'LICENSE'

0 commit comments

Comments
 (0)