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 a280ed7 commit 26beec8Copy full SHA for 26beec8
.github/workflows/check.yml
@@ -12,11 +12,21 @@ on:
12
type: boolean
13
default: true
14
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'
24
push:
25
paths:
26
- '.github/workflows/check.yml'
27
- '.github/prepmsg.sh'
28
- 'Makefile'
29
30
- '*.po'
31
- '**/*.po'
32
0 commit comments