Skip to content

Commit

Permalink
docs: document purpose of second workflow file via comments.
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Weier O'Phinney <matthew@weierophinney.net>
  • Loading branch information
weierophinney committed Aug 26, 2020
1 parent a841f63 commit d07b354
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# https://help.github.com/en/categories/automating-your-workflow-with-github-actions
# Alternate workflow example.
# This one is identical to the one in release-on-milestone.yml, with one change:
# the Release step uses the ORGANIZATION_ADMIN_TOKEN instead, to allow it to
# trigger a release workflow event. This is useful if you have other actions
# that intercept that event.

name: "Automatic Releases"

Expand Down

0 comments on commit d07b354

Please sign in to comment.