Skip to content

Commit

Permalink
Optimize debug builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Iamlooker committed Oct 7, 2023
1 parent 4336055 commit ef9f041
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/build_debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,14 @@ name: Build Debug APK
on:
push:
branches:
- '*'
- 'main'
paths-ignore:
- '**.md'
- '**.yml'
pull_request:
branches:
- '*'
pull_request_review:
paths-ignore:
- '**.md'
types: [opened, reopened]
types: submitted
workflow_dispatch:


Expand Down

0 comments on commit ef9f041

Please sign in to comment.