Skip to content

Commit

Permalink
change code to trigger workflow manually
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre Alves authored and Alexandre Alves committed Dec 4, 2023
1 parent a668c75 commit 290535b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/release-shell-pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Publish Shell Package

on:
push:
tags:
- 'shell-pkg-v*'
# on:
# push:
# tags:
# - 'shell-pkg-v*'
on: workflow_dispatch

jobs:
build:
Expand Down

0 comments on commit 290535b

Please sign in to comment.