Skip to content

Commit

Permalink
feat(CI): add anki to regex include
Browse files Browse the repository at this point in the history
  • Loading branch information
Flecart committed Jun 9, 2023
1 parent aa8ae0f commit 7a10fcd
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build-and-deploy.yml.rej
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
--- .github/workflows/build-and-deploy.yml
+++ .github/workflows/build-and-deploy.yml
@@ -19,7 +19,7 @@ concurrency:
cancel-in-progress: true

env:
- REGEX_INCLUDE: "\\.(pdf|link|txt)$"
+ REGEX_INCLUDE: "\\.(pdf|link|txt|apkg)$"

jobs:
build:

0 comments on commit 7a10fcd

Please sign in to comment.