summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/cd.yml6
-rw-r--r--.github/workflows/ci.yml1
2 files changed, 4 insertions, 3 deletions
diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml
index aded4aa..21aafd9 100644
--- a/.github/workflows/cd.yml
+++ b/.github/workflows/cd.yml
@@ -21,9 +21,9 @@ jobs:
with:
filters: |
ts:
- - '*.ts'
- - '*.tsx'
- - '*.json'
+ - '**.ts'
+ - '**.tsx'
+ - '**.json'
build-deploy:
name: '[cd|build-deploy]'
runs-on: 'ubuntu-latest'
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index eb6c347..962e9a6 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -6,6 +6,7 @@ on:
push:
branches:
- '!main'
+ - '**'
defaults:
run:
shell: 'bash'