We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fb17e0 commit e1856b2Copy full SHA for e1856b2
.github/workflows/checks.yaml
@@ -5,7 +5,10 @@ on:
5
branches:
6
- main
7
- "maintenance/**"
8
- pull_request: ~
+ pull_request:
9
+ branches:
10
+ - main
11
+ - "maintenance/**"
12
13
env:
14
CACHE_VERSION: 1
.github/workflows/tests.yaml
@@ -7,7 +7,10 @@ on:
paths-ignore:
- doc/data/messages/**
15
16
0 commit comments