Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniotarricone authored Oct 24, 2024
1 parent 0ad77a3 commit 1195d25
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Post-merge workflow
name: Post-merge/release workflow

on:
workflow_dispatch:
Expand All @@ -9,8 +9,8 @@ on:
- main

jobs:
post_merge:
if: github.event.pull_request.merged == true
release:
if: github.event.pull_request.merged == true || github.event_name == 'workflow_dispatch'

runs-on: ubuntu-latest

Expand Down

0 comments on commit 1195d25

Please sign in to comment.