Skip to content

Commit

Permalink
Merge pull request #7 from opentargets/dev
Browse files Browse the repository at this point in the history
chore: trigger release process
  • Loading branch information
project-defiant authored Aug 13, 2024
2 parents 80475d0 + 9669a40 commit e0eea67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name: Trigger Release
jobs:
pull-request:
runs-on: ubuntu-latest
environment: PyPI
environment: DEV
steps:
- uses: actions/create-github-app-token@v1
id: trigger-token
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
tag:
runs-on: ubuntu-latest
concurrency: release
environment: PyPI
environment: DEV
permissions:
contents: write

Expand Down

0 comments on commit e0eea67

Please sign in to comment.