Created
May 15, 2025 19:02
-
-
Save dgwyer/6eec584966504ac5624d0a4fd441d98b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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