Skip to content

Commit

Permalink
Sync all branches on push and delete.
Browse files Browse the repository at this point in the history
  • Loading branch information
rosiel committed May 28, 2024
1 parent b8f0b9c commit 1845fc0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/gitlab-mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ name: Mirror and run GitLab CI

on:
push:
branches: [2.x]
branches: '*'
tags: '*'
delete:
branches: '*'

jobs:
build:
Expand Down

0 comments on commit 1845fc0

Please sign in to comment.