Skip to content

Commit

Permalink
feat: Only mirror the repo to Gitlab when the master branch is updated
Browse files Browse the repository at this point in the history
  • Loading branch information
bellisk committed Aug 23, 2024
1 parent 38b30f9 commit 5b8e9b1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/gitlab-sync.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Mirror and run GitLab CI

on: [push]
on:
push:
branches:
- master

jobs:
build:
Expand Down

0 comments on commit 5b8e9b1

Please sign in to comment.