Skip to content

Instantly share code, notes, and snippets.

@dgwyer
Created May 15, 2025 19:02
Show Gist options
  • Save dgwyer/6eec584966504ac5624d0a4fd441d98b to your computer and use it in GitHub Desktop.
Save dgwyer/6eec584966504ac5624d0a4fd441d98b to your computer and use it in GitHub Desktop.
name: Deploy Plugin
on:
push:
branches:
- main
workflow_dispatch:
jobs:
deploy:
if: |
github.event_name == 'workflow_dispatch' ||
contains(github.event.head_commit.message, 'deploy')
# rest of the workflow...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment