From bda4dc5b54ddbf98de7ee4715317c5028c178d86 Mon Sep 17 00:00:00 2001 From: m1337v Date: Thu, 29 Aug 2024 21:54:08 +0700 Subject: [PATCH] Update ci.yaml --- .github/workflows/ci.yaml | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f3a1c39..f6073b0 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,9 +1,19 @@ name: Theos CI on: - release: - types: - - created + push: + branches: ['*'] + paths-ignore: ['.gitignore'] + pull_request: + branches: ['*'] + paths-ignore: ['.gitignore'] + workflow_dispatch: + schedule: + - cron: '0 0 1 1 *' + - cron: '0 0 1 4 *' + - cron: '0 0 30 6 *' + - cron: '0 0 28 9 *' + - cron: '0 0 27 12 *' jobs: build: