Skip to content

Commit

Permalink
Make GitHub actions dispatchable.
Browse files Browse the repository at this point in the history
  • Loading branch information
kitschpatrol committed Jun 11, 2024
1 parent 83d0d8b commit 6014abe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- main
- develop
workflow_dispatch:

jobs:
post:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/sync-metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Overwrite GitHub repo metadata with info from package.json
on:
push:
branches: [main]
workflow_dispatch:

jobs:
build:
name: Sync Metadata
Expand Down

0 comments on commit 6014abe

Please sign in to comment.