Skip to content

Commit

Permalink
test add release monitor
Browse files Browse the repository at this point in the history
  • Loading branch information
StRigaud committed Aug 22, 2024
1 parent dba1b82 commit 4432947
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/clic_release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: CLIC release PR

on:
repository_dispatch:
types: [new_release]

jobs:
handle-new-release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2

- name: Handle new release
run: |
echo "New release detected from target repository"
# Add your actions here, e.g., create an issue, send a notification, etc.

0 comments on commit 4432947

Please sign in to comment.