Skip to content

Commit

Permalink
fixed event triggers for ci-cd
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose committed May 29, 2024
1 parent 05d8edc commit 21e25aa
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@ name: CI/CD

on:
push:
branches: [ master ]
tags: [ '*' ]
branches: [ main, develop ]
pull_request:
branches:
- master
- develop
branches: [ main, develop ]
release:
types: [published]
repository_dispatch:
types: [create-release]


env:
MRTRIX_HOME: /opt/mrtrix3
Expand Down

0 comments on commit 21e25aa

Please sign in to comment.