Skip to content

Commit

Permalink
actions/prebuild: workflow_dispatch only
Browse files Browse the repository at this point in the history
Signed-off-by: lucasew <[email protected]>
  • Loading branch information
lucasew committed Dec 3, 2024
1 parent 71904fc commit a86121d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/prebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: Build and test stuff for basic breakage
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
push:
branches:
- master
# push:
# branches:
# - master
workflow_dispatch:

concurrency:
Expand Down

0 comments on commit a86121d

Please sign in to comment.