Skip to content

Commit

Permalink
ci: remove condition on target branch for pull_request
Browse files Browse the repository at this point in the history
  • Loading branch information
QRuhier committed Oct 17, 2024
1 parent d045171 commit eacd591
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ on:
push:
branches: ["main", "2.*"]
pull_request:
branches: ["main", "2.*"]

jobs:
test_and_build:
Expand Down

0 comments on commit eacd591

Please sign in to comment.