Skip to content

Commit

Permalink
I want a button to try builds
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulChristophel committed Dec 13, 2024
1 parent a418977 commit 9389872
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-cross-action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Build

on:
workflow_dispatch: {}
workflow_call:
inputs:
changed-files:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-native-action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Build

on:
workflow_dispatch: {}
workflow_call:
inputs:
changed-files:
Expand Down

0 comments on commit 9389872

Please sign in to comment.