Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
spbsoluble committed Dec 6, 2023
1 parent b82f0e3 commit e9626b0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/keyfactor-starter-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Keyfactor Bootstrap Workflow
on:
workflow_dispatch:
pull_request:
types: [opened, closed, synchronize, edited, reopened]
types: [ opened, closed, synchronize, edited, reopened ]
push:
create:
branches:
Expand Down Expand Up @@ -120,6 +120,8 @@ jobs:
release_url: ${{ steps.create_release.outputs.upload_url }}
runs-on: ubuntu-latest
steps:
- name: Check out the code
uses: actions/checkout@v3
- run: |
echo "INC_LEVEL=${{ needs.get-versions.outputs.INC_LEVEL}}"
- name: Check if initial release
Expand Down

0 comments on commit e9626b0

Please sign in to comment.