Skip to content

Commit

Permalink
Remove test code
Browse files Browse the repository at this point in the history
  • Loading branch information
Lessley Dennington committed Jun 21, 2021
1 parent 6fb6cc2 commit ae9dc32
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/release-apt-get.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
name: "release-apt-get"
on: [push]
on:
release:
types: [released]

workflow_dispatch:
inputs:
release:
description: 'Release Tag'
required: true
default: 'latest'

jobs:
release:
Expand Down

0 comments on commit ae9dc32

Please sign in to comment.