Skip to content

Commit

Permalink
Fix Github action
Browse files Browse the repository at this point in the history
  • Loading branch information
lmoellendorf committed Mar 3, 2024
1 parent 0783d74 commit ac87cc7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/trigger-gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: trigger-gitlab-ci
run-name: ${{ github.event_name }} triggered by ${{ github.actor }}

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

jobs:
trigger-gitlab-ci:
Expand Down

0 comments on commit ac87cc7

Please sign in to comment.