Skip to content

Commit

Permalink
Working trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
Demmonius committed Aug 19, 2020
1 parent 797dada commit bf06175
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/deploy-zeit-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,7 @@ on:
push: # Triggers on each pushed commit
branches-ignore:
- 'master'
workflow_dispatch:
inputs:
name:
description: 'Person to greet'
required: true
default: 'Mona the Octocat'
workflow_dispatch: # Allow manual trigger via a button in github or a HTTP call: https://docs.github.com/en/actions/configuring-and-managing-workflows/configuring-a-workflow#manually-running-a-workflow


jobs:
Expand Down

0 comments on commit bf06175

Please sign in to comment.