Skip to content

Commit

Permalink
ci: fix types and branches for pull request target
Browse files Browse the repository at this point in the history
  • Loading branch information
schirrel authored Jan 26, 2025
1 parent 7291cb3 commit 1641a70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: size
on:
# this action will error unless run in a pr context
pull_request_target:
branches:
- main
types: [opened, synchronize, reopened]
branches: [ "main" ]

Check failure on line 6 in .github/workflows/size.yml

View workflow job for this annotation

GitHub Actions / lint

There should be no space after '['

Check failure on line 6 in .github/workflows/size.yml

View workflow job for this annotation

GitHub Actions / lint

Must use plain style scalar

Check failure on line 6 in .github/workflows/size.yml

View workflow job for this annotation

GitHub Actions / lint

Strings must use singlequote

Check failure on line 6 in .github/workflows/size.yml

View workflow job for this annotation

GitHub Actions / lint

There should be no space before ']'

env:
BUNDLE_SIZE: true
Expand Down

0 comments on commit 1641a70

Please sign in to comment.