Skip to content

Commit

Permalink
Enable auto tagging (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
NQuinn27 authored Oct 25, 2023
1 parent dbc87d0 commit 1b9e575
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/post-release-merge.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Post Release PR Merge

on: workflow_dispatch
# pull_request:
# # Patterns matched against refs/heads
# branches:
# - release/next
# types: [ closed ]
on:
pull_request:
# Patterns matched against refs/heads
branches:
- release/next
types: [ closed ]

jobs:
release_merge:
Expand Down

0 comments on commit 1b9e575

Please sign in to comment.