diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cee3b72..860f9d7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,14 @@ name: 'CI/CD Pipeline' -on: [push, pull_request] +on: + push: + branches: + - '**' + pull_request: + branches: + - '**' + schedule: + - cron: '0 22 * * *' jobs: test: