Skip to content

Commit

Permalink
Merge branch 'v3' of github.com:openMetadataInitiative/openMINDS_core…
Browse files Browse the repository at this point in the history
… into v3
  • Loading branch information
lzehl committed Nov 13, 2023
2 parents 265c468 + 06d7e30 commit e3ced68
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/openMINDS_upstream.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
name: openMINDS_upstream

on:
push:
branches:
- v3

on:
- push
- workflow_dispatch

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Trigger central repository
run: |
curl -XPOST -u "${{secrets.PAT_USERNAME}}:${{secrets.PAT_TOKEN}}" -H "Accept: application/vnd.github.everest-preview+json" -H "Content-Type: application/json" https://api.github.com/repos/HumanBrainProject/openMINDS/actions/workflows/build.yml/dispatches --data '{"ref": "main"}'
curl -XPOST -u "${{secrets.PAT_USERNAME}}:${{secrets.PAT_TOKEN}}" -H "Accept: application/vnd.github.everest-preview+json" -H "Content-Type: application/json" https://api.github.com/repos/openMetadataInitiative/openMINDS/actions/workflows/build.yml/dispatches --data '{"ref": "pipeline", "inputs": {"branch": "${{github.ref_name}}", "repository": "${{ github.repository }}"}'

0 comments on commit e3ced68

Please sign in to comment.