Browse Source

Only push 2.x branch.

pull/966/head
Rosie Le Faive 2 years ago
parent
commit
b01ef554d7
  1. 4
      .github/workflows/gitlab-mirror.yml

4
.github/workflows/gitlab-mirror.yml

@ -1,6 +1,8 @@
name: Mirror and run GitLab CI
on: [push]
on:
push:
branches: [2.x]
jobs:
build:

Loading…
Cancel
Save