Skip to content

Commit

Permalink
gitlab: trigger mirroring on pull_request
Browse files Browse the repository at this point in the history
  • Loading branch information
kofemann committed Sep 4, 2024
1 parent d981ebc commit 345edef
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/mirror.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:
pull_request:
types: [opened, reopened]

jobs:
to_gitlab:
Expand Down

0 comments on commit 345edef

Please sign in to comment.