Skip to content

Commit

Permalink
chore: enable cli plugin pipeline manual execution only
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Salac <[email protected]>
  • Loading branch information
richard-salac authored Sep 27, 2024
1 parent a33e839 commit f8db9b2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/zowe-cli-plugin.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
name: zowe-cli-plugin-deployment

on:
push:
branches: [ v2.x.x, v3.x.x ]
pull_request:
branches: [ v2.x.x, v3.x.x ]
workflow_dispatch:

jobs:
release:
if: github.event_name == 'push' && github.ref_protected
runs-on: ubuntu-latest
timeout-minutes: 40
permissions: write-all
Expand Down

0 comments on commit f8db9b2

Please sign in to comment.