summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/integration.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml
index 59eb4c560..4cbb930dc 100644
--- a/.github/workflows/integration.yml
+++ b/.github/workflows/integration.yml
@@ -1,6 +1,10 @@
name: Integration
-on: [push, pull_request]
+on:
+ push:
+ branches: ["master"]
+ pull_request:
+ branches: ["master"]
jobs:
python: