Skip to content

Commit

Permalink
Merge branch 'main' into aim-images-name
Browse files Browse the repository at this point in the history
  • Loading branch information
suprjinx committed Aug 1, 2024
2 parents 86f312a + 75c790e commit ca84377
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/nudge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Nudge

on:
workflow_run:
workflows: ["CI", "Create release", "Release", "Build and Deploy website to Pages"]
types: [completed]
branches: [main]

jobs:
nudge:
runs-on: ubuntu-latest
environment: nudge
steps:
- name: Send message
uses: pavlovic-ivan/octo-nudge@main
with:
webhooks: ${{ secrets.WEBHOOKS }}

0 comments on commit ca84377

Please sign in to comment.