From 35a612c83cc88b65fcf0bbe1116549b87d44e7f7 Mon Sep 17 00:00:00 2001 From: Szymon Kostrubiec Date: Fri, 19 Apr 2024 11:42:40 +0200 Subject: [PATCH] op-264 check githubactions --- .github/workflows/build.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 96e84b6..7978349 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,13 +4,12 @@ on: push: branches-ignore: - 'dependabot/**' - pull_request: ~ - release: - types: [created] - schedule: - - - cron: "0 1 * * 6" # Run at 1am every Saturday - workflow_dispatch: ~ + pull_request: ~ + release: + types: [ created ] + schedule: + - cron: "0 1 * * 6" # Run at 1am every Saturday + workflow_dispatch: ~ jobs: tests: