Skip to content

Commit

Permalink
Remove comments from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lazerwalker committed Aug 21, 2020
1 parent e41f7b6 commit 5c6cef0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# This is a basic workflow to help you get started with Actions

name: Build the Twine game

# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the main branch
on:
push:
tags:
Expand All @@ -13,7 +9,6 @@ defaults:
run:
shell: bash

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
build:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 5c6cef0

Please sign in to comment.