Skip to content

Commit

Permalink
Fix CI path
Browse files Browse the repository at this point in the history
  • Loading branch information
danny8376 authored Nov 14, 2023
1 parent 50418d4 commit 7c1f2e2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ on:
push:
branches: [ "master" ]
paths-ignore:
- "/assets/**"
- "/crowdin.yml"
- "/*.[mM][dD]"
- "assets/**"
- "crowdin.yml"
- "*.[mM][dD]"
pull_request:
branches: [ "master" ]
paths-ignore:
- "/app/src/main/res/values-*/strings.xml"
- "/assets/**"
- "/crowdin.yml"
- "/*.[mM][dD]"
- "app/src/main/res/values-*/strings.xml"
- "assets/**"
- "crowdin.yml"
- "*.[mM][dD]"

jobs:
build:
Expand Down

0 comments on commit 7c1f2e2

Please sign in to comment.