Skip to content

Commit

Permalink
chore(ci): trigger pr workflow on release branches
Browse files Browse the repository at this point in the history
Based on the branch triggers on codeql yaml.
  • Loading branch information
NDStrahilevitz committed Jan 16, 2025
1 parent cb55f8f commit e256728
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ on:
workflow_dispatch: {}
pull_request:
branches:
- main
- "main"
- "v.*"
paths:
- "!docs/**"
- "!deploy/**"
Expand Down

0 comments on commit e256728

Please sign in to comment.