Skip to content

Commit

Permalink
Merge pull request #712 from bencourliss/v2.110
Browse files Browse the repository at this point in the history
Updated Github Action to allow manual run for build_push
  • Loading branch information
naphelps committed Oct 30, 2023
2 parents 432cf55 + 9deb719 commit f0cf489
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
name: build-push

# This workflow will run when there is a push (including merge) to the listed branches
on:
on:
workflow_dispatch:
push:
branches:
- master
Expand Down

0 comments on commit f0cf489

Please sign in to comment.