Last active
May 19, 2022 03:24
-
-
Save GrantBirki/1ce6303b4d523ddb818f539c717b8575 to your computer and use it in GitHub Desktop.
Branch Deploy Segment #1
This file contains 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
# The name of the workflow, it can be anything you wish | |
name: "branch deploy demo" | |
# The workflow to execute on is comments that are newly created | |
on: | |
issue_comment: | |
types: [created] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment