Skip to content

Commit

Permalink
Update gitlab_synchronisation.yml
Browse files Browse the repository at this point in the history
only run this when a new tag (new LaMEM release) is created
  • Loading branch information
boriskaus authored Jan 23, 2024
1 parent 60ebf51 commit 5b8e09d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/gitlab_synchronisation.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: gitlab_synchronisation

on:
- push:tags
- delete

on:
push:
# Pattern matched against refs/tags
tags:
- '*' # Push events to every tag not containing /
jobs:
sync:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5b8e09d

Please sign in to comment.