Skip to content

Commit a309383

Browse files
author
lakscastro
committed
(#71) Fix branch match
1 parent f259ace commit a309383

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/static-analysis.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ on:
44
pull_request:
55
types: [opened, reopened, review_requested]
66
branches:
7-
- "release/**"
8-
- "master/**"
7+
- "release"
8+
- "master"
99
push:
1010
branches:
1111
- master

0 commit comments

Comments
 (0)