Skip to content

Commit

Permalink
change push trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
titigmr committed May 2, 2023
1 parent 5a99e49 commit 1afa638
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/update-version.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
on: workflow_dispatch
on:
# only work when code is on main branch
workflow_dispatch:
push:
branches:
- 'enh/kube'
name: Deploy on KUBE
jobs:
deploy-kube:
Expand Down

0 comments on commit 1afa638

Please sign in to comment.