From b96ba69a7284f10ff01e91bfd4cf0ce786eb396a Mon Sep 17 00:00:00 2001 From: Ali BARIN Date: Wed, 13 Sep 2023 20:10:03 +0000 Subject: [PATCH] chore: run GH actions on push to main branch --- .github/workflows/ci.yml | 7 ++++++- .github/workflows/playwright.yml | 5 +++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8b82d49e..669a02c4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,5 +1,10 @@ name: Automatisch CI -on: [pull_request] +on: + push: + branches: + - main + pull_request: + jobs: linter: runs-on: ubuntu-latest diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 0add160e..b5eda956 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -1,8 +1,9 @@ name: Automatisch UI Tests on: push: - schedule: - - cron: '0 12 * * *' + branches: + - main + pull_request: workflow_dispatch: env: