Skip to content

Commit

Permalink
fix(CSN-505): attempt to fix Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanAnishchuk committed Feb 4, 2025
1 parent fed2aaf commit 22f8b83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: pre-commit
on:
pull_request:
push:
branches: [main]
branches: ["dev", "main"]

jobs:
pre-commit:
Expand Down

0 comments on commit 22f8b83

Please sign in to comment.