Skip to content

Commit

Permalink
update workflow_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
iffyloop committed May 25, 2023
1 parent 7e50348 commit 4bb5664
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-mac.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: build-mac
on:
workflow_dispatch
workflow_dispatch: null
push:
branches: [main]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: build-windows
on:
workflow_dispatch
workflow_dispatch: null
push:
branches: [main]

Expand Down

0 comments on commit 4bb5664

Please sign in to comment.