Skip to content

Commit

Permalink
Restrict Docker Compose tests to master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
woop authored and khorshuheng committed Jun 5, 2020
1 parent ab6d52f commit c8cc58b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/docker_compose_tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: docker compose tests

on: [push]
on:
push:
branches:
- master

jobs:
basic-redis-e2e-tests-docker-compose:
Expand All @@ -9,4 +12,4 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: test docker compose
run: ./infra/scripts/test-docker-compose.sh
run: ./infra/scripts/test-docker-compose.sh

0 comments on commit c8cc58b

Please sign in to comment.