Skip to content

Commit

Permalink
Update CI for support branches.
Browse files Browse the repository at this point in the history
  • Loading branch information
yruslan committed Oct 16, 2024
1 parent 5a8cc55 commit 8ea77b6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/scala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,16 @@ name: ScalaCI

on:
push:
branches: [ main ]
branches:
- "main"
- "support/*"
paths:
- "pramen/**"
- ".github/workflows/scala.yml"
pull_request:
branches: [ main ]
branches:
- "main"
- "support/*"
paths:
- "pramen/**"
- ".github/workflows/scala.yml"
Expand Down

0 comments on commit 8ea77b6

Please sign in to comment.