Skip to content

Commit

Permalink
ci: add workflow_call event
Browse files Browse the repository at this point in the history
  • Loading branch information
knonm authored Feb 4, 2024
1 parent d2c900c commit 6a0271c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.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: ["main"]

workflow_dispatch:
workflow_call:

permissions:
contents: read
Expand Down

0 comments on commit 6a0271c

Please sign in to comment.