summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2022-01-03 13:25:03 -0500
committerGitHub <noreply@github.com>2022-01-03 13:25:03 -0500
commit33a4cb8a0d433d60923e5871af99f91229ce69a7 (patch)
treedb2eeffdfdcf177a1622e585be7a2fde28bd8563
parent519a821a784918b36988ed9a68e1a2cba1a36932 (diff)
downloadtox-git-asottile-patch-1.tar.gz
avoid double-running for in-repo branchesasottile-patch-1
-rw-r--r--.github/workflows/check.yml2
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 * * *"