From eb056a89a9292fc13c48f4efed44503928430941 Mon Sep 17 00:00:00 2001 From: Rosie Le Faive Date: Fri, 27 Aug 2021 16:35:09 -0300 Subject: [PATCH] Update build script. --- .github/workflows/{build-8.x-1.x.yml => build.yml} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename .github/workflows/{build-8.x-1.x.yml => build.yml} (98%) diff --git a/.github/workflows/build-8.x-1.x.yml b/.github/workflows/build.yml similarity index 98% rename from .github/workflows/build-8.x-1.x.yml rename to .github/workflows/build.yml index 99e69571..c84092d2 100644 --- a/.github/workflows/build-8.x-1.x.yml +++ b/.github/workflows/build.yml @@ -6,9 +6,9 @@ name: CI on: # Triggers the workflow on push or pull request events but only for the 7.x branch push: - branches: [ 8.x-1.x ] + branches: [ 2.x ] pull_request: - branches: [ 8.x-1.x ] + branches: [ 2.x ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: