Skip to content

Commit

Permalink
fix: action on push
Browse files Browse the repository at this point in the history
  • Loading branch information
francisvaut committed Apr 13, 2024
1 parent 1dea4e0 commit ec55665
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/backend-linting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: backend-linting
on:
pull_request:
branches: [main, development, secrets-test]
push:
branches: [main, development, secrets-test]
workflow_dispatch:

jobs:
Expand Down

0 comments on commit ec55665

Please sign in to comment.