Skip to content

Commit

Permalink
github: add CI for feature branches
Browse files Browse the repository at this point in the history
  • Loading branch information
tamird committed Aug 8, 2023
1 parent a637e6b commit 400f19c
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 @@ -4,9 +4,11 @@ on:
push:
branches:
- main
- 'feature/**'
pull_request:
branches:
- main
- 'feature/**'
schedule:
- cron: 00 4 * * *

Expand Down

0 comments on commit 400f19c

Please sign in to comment.