Skip to content

Commit

Permalink
ci: add workflow_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
thomvaill committed Apr 29, 2021
1 parent 3d93ec3 commit bd00924
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# See ci.yml for info on `quality` and `tests` stages
name: Build
on:
workflow_dispatch:
push:
branches:
- master
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Inspired from https://github.com/backstage/backstage/blob/master/.github/workflows/ci.yml. Thanks!
name: CI
on:
workflow_dispatch:
pull_request:

defaults:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/post-release-e2e.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Post-release E2E
on:
workflow_dispatch:

# Run after every release to NPM
workflow_run:
workflows: ["Build"]
Expand Down

0 comments on commit bd00924

Please sign in to comment.