Skip to content

Commit

Permalink
Fix doc workflow (#750)
Browse files Browse the repository at this point in the history
* Fix doc workflow

* Set workflow_dispatch

* Update workflow_dispatch

* Update branches
  • Loading branch information
mbraak authored Sep 18, 2023
1 parent c83e271 commit 4a96aa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Deploy static content to Pages
on:
push:
branches: ["master"]

workflow_dispatch:
branches: ["master"]

permissions:
contents: read
Expand Down

0 comments on commit 4a96aa7

Please sign in to comment.