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 ec4cdb0 commit f1e57b4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/http_parser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: package:http_parser
on:
push:
branches:
- main
- master
paths:
- '.github/workflows/http_parser.yaml'
Expand All @@ -18,6 +17,10 @@ on:
env:
PUB_ENVIRONMENT: bot.github

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

permissions: read-all

jobs:
Expand Down

0 comments on commit f1e57b4

Please sign in to comment.