Skip to content

Commit

Permalink
Change: Update and rename release-pontos.yml to release.yml (#892)
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalholthaus committed Oct 4, 2023
1 parent 30ff881 commit cf5b3ff
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: Release Python package with pontos
name: Release

on:
pull_request:
types: [closed]
workflow_dispatch:

jobs:
build-and-release:
name: Create a new release with pontos
release:
name: Pontos
# If the event is a workflow_dispatch or the label 'make release' is set and PR is closed because of a merge
if: (github.event_name == 'workflow_dispatch') || (contains( github.event.pull_request.labels.*.name, 'make release') && github.event.pull_request.merged == true)
runs-on: "ubuntu-latest"
Expand Down

0 comments on commit cf5b3ff

Please sign in to comment.