Skip to content

Commit

Permalink
Merge pull request #131 from datajoint/semantic-release-with-github-app
Browse files Browse the repository at this point in the history
Semantic release with GitHub app
  • Loading branch information
MilagrosMarin authored Sep 24, 2024
2 parents f7cac84 + 3eec2bf commit 088a8ab
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/semantic-release-caller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ on:
jobs:
call_semantic_release:
uses: datajoint/.github/.github/workflows/semantic-release.yaml@main
secrets:
APP_ID: ${{ secrets.ELEMENT_APP_ID }}
GET_TOKEN_KEY: ${{ secrets.ELEMENT_GET_TOKEN_KEY }}
6 changes: 4 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
name: Test
on:
push:
paths:
- element_deeplabcut/**
- notebooks/**
- tests/**
pull_request:
workflow_dispatch:
schedule:
- cron: "0 8 * * 1"
jobs:
devcontainer-build:
uses: datajoint/.github/.github/workflows/devcontainer-build.yaml@main
tests:
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit 088a8ab

Please sign in to comment.