diff --git a/.github/workflows/reviewdog.yml b/.github/workflows/reviewdog.yml index 4190128..6ce4965 100644 --- a/.github/workflows/reviewdog.yml +++ b/.github/workflows/reviewdog.yml @@ -1,6 +1,12 @@ --- name: reviewdog on: # yamllint disable-line rule:truthy + pull_request: + types: + - opened + - edited + - reopened + - synchronize push: jobs: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a167730..b78a088 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,8 +1,14 @@ --- name: Test on: # yamllint disable-line rule:truthy - # Run the tests on every push, and also at 3am every night + pull_request: + types: + - opened + - edited + - reopened + - synchronize push: + # Run the tests at 3am every night schedule: - cron: '0 3 * * *' # * is a special character in YAML so you have to quote this string env: