summaryrefslogtreecommitdiff
path: root/.github/workflows/codeqa-test.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/codeqa-test.yml')
-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: