name: Send Discord webhook on push on: workflow_dispatch: push: branches: - main # Replace with the name of your branch jobs: message: runs-on: ubuntu-latest steps: - name: Discord Webhook Action uses: tsickert/discord-webhook@v5.3.0 with: webhook-url: ${{ secrets.WEBHOOK_URL }} content: "Test"