Skip to content

Commit

Permalink
Update branch pattern
Browse files Browse the repository at this point in the history
Since feature branch will have "feature/" as prefix,
updated branch pattern to include feature branch as well.

Signed-off-by: Vijayan Balasubramanian <balasvij@amazon.com>
  • Loading branch information
VijayanB committed Oct 7, 2021
1 parent c1473ea commit 6207d9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ on:
push:
branches:
- "*"
- "feature/**"
pull_request:
branches:
- "*"
schedule:
- cron: '0 */12 * * *'
- "feature/**"

jobs:
Build-k-NN:
Expand Down

0 comments on commit 6207d9a

Please sign in to comment.