Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
omri374 committed Mar 15, 2023
1 parent 2ea49f5 commit e77a32b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -7,7 +7,9 @@ on:
push:
branches: [ "master", "feature/*" ]
pull_request:
branches: [ "master", "feature/*" ]
branches:
- main
- 'feature/**'

jobs:
build:
Expand Down

0 comments on commit e77a32b

Please sign in to comment.