Skip to content

Commit 6fb0e7d

Browse files
authored
Restrict Docker Compose tests to master branch
1 parent f81864a commit 6fb0e7d

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: docker compose tests
22

3-
on: [push]
3+
on:
4+
push:
5+
branches:
6+
- master
47

58
jobs:
69
basic-redis-e2e-tests-docker-compose:
@@ -9,4 +12,4 @@ jobs:
912
steps:
1013
- uses: actions/checkout@v2
1114
- name: test docker compose
12-
run: ./infra/scripts/test-docker-compose.sh
15+
run: ./infra/scripts/test-docker-compose.sh

0 commit comments

Comments
 (0)