summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2022-05-16 22:20:59 -0400
committerGitHub <noreply@github.com>2022-05-16 22:20:59 -0400
commitdd446ed156837f50a06596ec79efc292e856954f (patch)
treecfaf16ca6a3d8c254ba0beba8acd3bcad43e7614
parent2409df015d9d847890716b242cb418047cd9d6b7 (diff)
downloadpyflakes-dd446ed156837f50a06596ec79efc292e856954f.tar.gz
don't double-run github actions for PRs from pycqa/ (#695)
-rw-r--r--.github/workflows/test.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 0c5996f..c10d012 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -1,6 +1,10 @@
name: Test
-on: [push, pull_request]
+on:
+ pull_request:
+ push:
+ branches: [master, main, 'test-me-*']
+ tags: ['*']
jobs:
build: