Skip to content

Commit

Permalink
ci(workflows): run ci workflow on push to feature and hotfix branches
Browse files Browse the repository at this point in the history
Signed-off-by: Lexus Drumgold <[email protected]>
  • Loading branch information
unicornware committed Aug 20, 2022
1 parent 1b21f3d commit dd0f824
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ on:
push:
branches:
- dependabot/**
- feat/**
- hotfix/**
- main
workflow_dispatch:
env:
Expand Down

0 comments on commit dd0f824

Please sign in to comment.