diff --git a/.github/workflows/check-upstream.yml b/.github/workflows/check-upstream.yml index 0996421..54c658d 100644 --- a/.github/workflows/check-upstream.yml +++ b/.github/workflows/check-upstream.yml @@ -2,7 +2,7 @@ name: Check Upstream Updates on: schedule: - - cron: '0 9 * * 1' + - cron: '0 9 * * *' workflow_dispatch: permissions: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a5093e3..d720cf8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,8 +5,20 @@ on: branches: [main] tags: - 'v*' + paths: + - 'src/**' + - 'ts/**' + - 'Cargo.*' + - '.github/workflows/ci.yml' + - '.githooks/**' pull_request: branches: [main] + paths: + - 'src/**' + - 'ts/**' + - 'Cargo.*' + - '.github/workflows/ci.yml' + - '.githooks/**' jobs: build-and-test: