Skip to content

Commit

Permalink
Only run when pushing on master
Browse files Browse the repository at this point in the history
  • Loading branch information
lmoellendorf committed Mar 3, 2024
1 parent 644b925 commit 0783d74
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/trigger-gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: trigger-gitlab-ci
run-name: ${{ github.event_name }} triggered by ${{ github.actor }}

on: [push]
branches:
- master

jobs:
trigger-gitlab-ci:
Expand Down

0 comments on commit 0783d74

Please sign in to comment.