diff options
author | Anthony Sottile <asottile@umich.edu> | 2022-01-03 13:25:03 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-03 13:25:03 -0500 |
commit | 33a4cb8a0d433d60923e5871af99f91229ce69a7 (patch) | |
tree | db2eeffdfdcf177a1622e585be7a2fde28bd8563 | |
parent | 519a821a784918b36988ed9a68e1a2cba1a36932 (diff) | |
download | tox-git-asottile-patch-1.tar.gz |
avoid double-running for in-repo branchesasottile-patch-1
-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 * * *" |