aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Martin-Dorel2020-04-21 21:49:52 +0200
committerErik Martin-Dorel2020-04-21 21:50:43 +0200
commit7131fc5d2f8bea9f6a1f3c3823b9236fcfd4687b (patch)
tree73294f40a9cd2dc78deabd8f0a722004e8ff727f
parente92d151dcbe12e5294d710755a2c9e1b38794be7 (diff)
[CI] Fix on/(push,pull_request) spec
-rw-r--r--.github/workflows/test.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 5821b748..7196d3d8 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -3,11 +3,11 @@ name: CI
on:
push:
branches:
- - '**'
- pull_request:
- branches:
- master
- hybrid
+ pull_request:
+ branches:
+ - '**'
jobs:
build: