From 6a50d6a5cab70a79dd0f5a8eea5a0a08b21afcfe Mon Sep 17 00:00:00 2001 From: Leandro Martinez Date: Thu, 23 Nov 2023 13:54:24 -0300 Subject: [PATCH] run CI on all push and pull requests --- .github/workflows/actions.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) 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: