diff options
| -rw-r--r-- | .github/workflows/check.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index d10df542..d3790d54 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -1,6 +1,8 @@ name: check on: push: + branches: [master, 'test-me-*'] + tags: pull_request: schedule: - cron: "0 8 * * *" |
