Skip to content

Commit

Permalink
fix: zowe cli plugin (#3804)
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 d4f6145 commit 6ba9242
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/zowe-cli-plugin.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
name: zowe-cli-plugin-deployment

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

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

steps:
- name: Checkout
Expand Down

0 comments on commit 6ba9242

Please sign in to comment.