Skip to content

Commit

Permalink
Merge pull request #531 from geneontology/issue-go-site-2235-deploy-t…
Browse files Browse the repository at this point in the history
…rigger

Allow deploy.yaml workflow to run on workflow_dispatch trigger
  • Loading branch information
pkalita-lbl authored Apr 12, 2024
2 parents 283d4c5 + 1f115b8 commit 8ae55ef
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 8ae55ef

Please sign in to comment.