Skip to content

Commit

Permalink
👷 Allow build workflow to be triggered by other workflows
Browse files Browse the repository at this point in the history
See f677539313da2f218bc5b61e40eae24d3f03c8ae
  • Loading branch information
gwennlbh committed Apr 16, 2024
1 parent 850592a commit 0a9c2e4
Showing 1 changed file with 1 addition 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 @@ -5,6 +5,7 @@ name: Deploy documentation site to Pages
on:
# Runs on pushes targeting the `main` branch. Change this to `master` if you're
# using the `master` branch as the default branch.
workflow_dispatch:
push:
branches: [main]

Expand Down

0 comments on commit 0a9c2e4

Please sign in to comment.