diff --git a/.github/workflows/package_linter.yml b/.github/workflows/package_linter.yml index 9498bca..6126a95 100644 --- a/.github/workflows/package_linter.yml +++ b/.github/workflows/package_linter.yml @@ -1,9 +1,12 @@ name: YunoHost apps package linter on: + push: + branches: + - main + pull_request: schedule: - cron: '0 8 * * *' - push: jobs: test: diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index e190805..7373a77 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -1,9 +1,12 @@ name: pytest on: + push: + branches: + - main + pull_request: schedule: - cron: '0 8 * * *' - push: jobs: test: