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: