Skip to content

Commit

Permalink
build: allow manual workflow runs for convenience PE-5196
Browse files Browse the repository at this point in the history
  • Loading branch information
djwhitt committed Dec 13, 2023
1 parent b30891f commit 312a2ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-envoy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Build AR.IO Envoy container image

on:
workflow_dispatch:
push:
branches:
- develop
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Build docs and deploy as GitHub pages

on:
workflow_dispatch:
push:
branches:
- develop
Expand Down

0 comments on commit 312a2ef

Please sign in to comment.