Skip to content

Commit

Permalink
Create main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hallstrom91 authored Sep 26, 2024
1 parent 44a299c commit df79b86
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Push Notification

on:
push:
branches: [main]

jobs:
react_on_push:
runs-on: ubuntu-latest
steps:
- name: discord
uses: sebastianpopp/discord-action@releases/v2
with:
webhook: ${{ secrets.DISCORD_WEBHOOK }}
message: ${{ github.repository }} has been successfullly deployed.

0 comments on commit df79b86

Please sign in to comment.