Skip to content

Commit

Permalink
fix: action run branch
Browse files Browse the repository at this point in the history
  • Loading branch information
michtio committed Dec 16, 2024
1 parent 62353c8 commit 47a8479
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request: null
push:
branches:
- develop
- v5
workflow_dispatch:
permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion src/services/RetentionService.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class RetentionService extends Component
* @var int
*/
public int $resets = 0;

/**
* @inheritdoc
*/
Expand Down

0 comments on commit 47a8479

Please sign in to comment.