Skip to content

Commit

Permalink
Allow deploy.yaml workflow to run on workflow_dispatch trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
pkalita-lbl committed Apr 12, 2024
1 parent 889b8a0 commit 1f115b8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Deploy Jekyll site to Pages

on:
# Allow the workflow to be triggered manually. In particular, this allows it to be triggered
# from a workflow in the go-site repository.
workflow_dispatch:
push:
branches: ["master"]

Expand Down

0 comments on commit 1f115b8

Please sign in to comment.