Skip to content

Commit

Permalink
Allows you to run this workflow manually from the Actions tab
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangsvit authored Feb 1, 2024
1 parent be9fba7 commit a0b7438
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
types: [completed]
# Review gh actions docs if you want to further define triggers, paths, etc
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#on

workflow_dispatch:
permissions:
contents: write

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/news.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
branches:
- "main"
workflow_dispatch:
jobs:
update-homepages:
name: Get ${{ matrix.rand_seed }}
Expand Down

0 comments on commit a0b7438

Please sign in to comment.