Skip to content

Commit

Permalink
Run the CI on release branches as well
Browse files Browse the repository at this point in the history
  • Loading branch information
cristan committed Nov 30, 2024
1 parent d1cce1e commit 5841882
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/android_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ on:
pull_request :
branches : [ main, develop ]
push :
branches : [ main, develop ]
branches :
- main
- develop
- release/*

jobs:
test-feature:
Expand Down

0 comments on commit 5841882

Please sign in to comment.