Skip to content

Commit

Permalink
task: next branch added to action workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ipapandinas committed Nov 24, 2022
1 parent 4d89a87 commit c07c657
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
pull_request:
branches:
- dev
- next
- main

jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
pull_request:
branches:
- dev
- next
- main
paths:
- src/**
Expand Down

0 comments on commit c07c657

Please sign in to comment.