Skip to content

Commit

Permalink
Allow check workflow dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
Zerthox committed Nov 10, 2022
1 parent 3462253 commit 08ef971
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: [workflow_call, workflow_dispatch]
on:
- workflow_dispatch
- workflow_call

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

on:
workflow_dispatch:
push:
branches:
- master
Expand Down

0 comments on commit 08ef971

Please sign in to comment.