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 15, 2024
1 parent c44e6d5 commit 5978140
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 5978140

Please sign in to comment.