From a92be24946d57631d1f7b31fffdd2603386b2338 Mon Sep 17 00:00:00 2001 From: Michael Ruoss Date: Fri, 2 Apr 2021 13:51:09 +0200 Subject: [PATCH] github actions for 1.x --- .github/workflows/ci.yaml | 4 ++-- .github/workflows/test.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index dbdd3a8..3228356 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,9 +1,9 @@ name: CI on: push: - branches: [master] + branches: [1.x] pull_request: - branches: [master] + branches: [1.x] env: MIX_ENV: test diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 574b389..dde9a54 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -2,9 +2,9 @@ name: Run tests on versions according to .tool-versions on: push: - branches: [master] + branches: [master, 1.x] pull_request: - branches: [master] + branches: [master, 1.x] jobs: test: