Skip to content

Commit e8b75dd

Browse files
authored
Merge pull request #3415 from DataDog/fix-check-workflow-branches
Fix check workflow branches
2 parents ecdad44 + 4f19c32 commit e8b75dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: Check
22
on:
33
push:
4-
branches: [ master ]
4+
branches: [ '**' ]
55
pull_request:
66
# The branches below must be a subset of the branches above
7-
branches: [ master ]
7+
branches: [ '**' ]
88
jobs:
99
check:
1010
name: Check types

0 commit comments

Comments
 (0)