Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcticFoxPro committed Aug 6, 2024
1 parent 4deb199 commit d11c9e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

runs-on: ubuntu-latest

if: ${{ !startsWith(github.event.head_commit.message, '[skip ci]') && success() && github.ref == 'refs/heads/main' && github.repository == 'klxiaoniu/QQVersionList' }}
if: ${{ !startsWith(github.event.head_commit.message, '[skip ci]') && success() && github.repository == 'klxiaoniu/QQVersionList' }}
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions crowdin.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
files:
- source: /app/src/main/res/values/string.xml
translation: /app/src/main/res/values-%android_code%/%original_file_name%
- source: ./app/src/main/res/values/string.xml
translation: ./app/src/main/res/values-%android_code%/%original_file_name%

0 comments on commit d11c9e6

Please sign in to comment.