summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2020-08-14 22:09:48 +0300
committerAlex Grönholm <alex.gronholm@nextday.fi>2020-08-14 22:18:23 +0300
commitbb4c0834f2ad8c666afa590294be85547c7afd5d (patch)
tree1d8f9f19cbdebf8c717a884a84f37a5654e9c220
parent656e484291eb11ab7aa1fc43e869a66b14a09dbe (diff)
downloadwheel-git-bb4c0834f2ad8c666afa590294be85547c7afd5d.tar.gz
Fixed duplicate runs in the codeqa-test workflow
-rw-r--r--.github/workflows/codeqa-test.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.github/workflows/codeqa-test.yml b/.github/workflows/codeqa-test.yml
index ef8bd61..9d33dfe 100644
--- a/.github/workflows/codeqa-test.yml
+++ b/.github/workflows/codeqa-test.yml
@@ -1,10 +1,9 @@
name: Python codeqa/test
on:
- pull_request:
- branches: "*"
push:
- branches: "*"
+ branches: [master]
+ pull_request:
jobs:
flake8: