Skip to content

Commit

Permalink
Fixes as per review
Browse files Browse the repository at this point in the history
  • Loading branch information
mosuem committed Oct 18, 2024
1 parent a6eba74 commit e7db29d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/http2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: package:http2
on:
push:
branches:
- main
- master
paths:
- '.github/workflows/http2.yaml'
Expand All @@ -15,6 +14,10 @@ on:
schedule:
- cron: "0 0 * * 0"

defaults:
run:
working-directory: pkgs/http2/

env:
PUB_ENVIRONMENT: bot.github

Expand Down

0 comments on commit e7db29d

Please sign in to comment.