Skip to content

Commit

Permalink
Enable CI for PRs against feature branches ("feature/*") (#942)
Browse files Browse the repository at this point in the history
  • Loading branch information
tatu-at-datastax authored Mar 8, 2024
1 parent 2d1eed8 commit 8ca1ee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
branches: [ "main"]

pull_request:
branches: [ "main" ]
branches: [ "main", "feature/*" ]
paths:
- 'src/**'
- 'pom.xml'
Expand Down

0 comments on commit 8ca1ee0

Please sign in to comment.