diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index f0114fd..ff165c8 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -1,14 +1,8 @@ name: actions on: - push: - branches: - - master - pull_request: - branches: - - master - schedule: - - cron: '0 6 * * *' + - push + - pull_request jobs: test: