Skip to content

Commit

Permalink
Scan feature branches too
Browse files Browse the repository at this point in the history
  • Loading branch information
Drjacky committed Jun 15, 2024
1 parent afaff5e commit a42ee9a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- master
- feature/*

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/gradlew-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- master
- feature/*
pull_request:
branches:
- '*'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pre-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- master
- feature/*
pull_request:
branches:
- '*'
Expand Down

0 comments on commit a42ee9a

Please sign in to comment.