Skip to content

Commit

Permalink
add workflow dispatch to actions
Browse files Browse the repository at this point in the history
  • Loading branch information
flomonster committed Jan 28, 2023
1 parent 14c688e commit 78dc678
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Build

on: [push]
on:
workflow_dispatch:
push:

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Publish

on:
workflow_dispatch:
release:
types: [published]

Expand Down

0 comments on commit 78dc678

Please sign in to comment.