Skip to content

Commit 26beec8

Browse files
authored
Reduce check.yml scope in pull_request
1 parent a280ed7 commit 26beec8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/check.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,21 @@ on:
1212
type: boolean
1313
default: true
1414
pull_request:
15+
branches:
16+
- '3.11'
17+
paths:
18+
- '.github/workflows/check.yml'
19+
- '.github/prepmsg.sh'
20+
- 'Makefile'
21+
- 'requirements.txt'
22+
- '*.po'
23+
- '**/*.po'
1524
push:
1625
paths:
1726
- '.github/workflows/check.yml'
1827
- '.github/prepmsg.sh'
1928
- 'Makefile'
29+
- 'requirements.txt'
2030
- '*.po'
2131
- '**/*.po'
2232

0 commit comments

Comments
 (0)