Skip to content

Commit

Permalink
ci(github): allows you to run build workflow manually from the Action…
Browse files Browse the repository at this point in the history
…s tab
  • Loading branch information
kubosho committed Dec 11, 2020
1 parent 6c36353 commit 010a86c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/semantic_release.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
name: Semantic Release
name: Release

on:
push:
branches: [$default-branch]
pull_request:
branches: [$default-branch]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

jobs:
release:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

1 comment on commit 010a86c

@vercel
Copy link

@vercel vercel bot commented on 010a86c Dec 11, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.