Skip to content

Commit e7db29d

Browse files
committed
Fixes as per review
1 parent a6eba74 commit e7db29d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/http2.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: package:http2
33
on:
44
push:
55
branches:
6-
- main
76
- master
87
paths:
98
- '.github/workflows/http2.yaml'
@@ -15,6 +14,10 @@ on:
1514
schedule:
1615
- cron: "0 0 * * 0"
1716

17+
defaults:
18+
run:
19+
working-directory: pkgs/http2/
20+
1821
env:
1922
PUB_ENVIRONMENT: bot.github
2023

0 commit comments

Comments
 (0)