Skip to content

Commit f1e57b4

Browse files
committed
Fixes as per review
1 parent ec4cdb0 commit f1e57b4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/http_parser.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: package:http_parser
33
on:
44
push:
55
branches:
6-
- main
76
- master
87
paths:
98
- '.github/workflows/http_parser.yaml'
@@ -18,6 +17,10 @@ on:
1817
env:
1918
PUB_ENVIRONMENT: bot.github
2019

20+
defaults:
21+
run:
22+
working-directory: pkgs/http_parser/
23+
2124
permissions: read-all
2225

2326
jobs:

0 commit comments

Comments
 (0)