Browse Source

Update build script.

pull/847/head
Rosie Le Faive 4 years ago
parent
commit
eb056a89a9
  1. 4
      .github/workflows/build.yml

4
.github/workflows/build-8.x-1.x.yml → .github/workflows/build.yml

@ -6,9 +6,9 @@ name: CI
on: on:
# Triggers the workflow on push or pull request events but only for the 7.x branch # Triggers the workflow on push or pull request events but only for the 7.x branch
push: push:
branches: [ 8.x-1.x ] branches: [ 2.x ]
pull_request: pull_request:
branches: [ 8.x-1.x ] branches: [ 2.x ]
# Allows you to run this workflow manually from the Actions tab # Allows you to run this workflow manually from the Actions tab
workflow_dispatch: workflow_dispatch:
Loading…
Cancel
Save