Skip to content

Commit

Permalink
FIXUP
Browse files Browse the repository at this point in the history
  • Loading branch information
tzturner committed Dec 9, 2024
1 parent 6d7e788 commit 0cbada3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
path: app.tar
retention-days: 7
- name: Post to Splunk SOAR API
if: github.event_name == 'release' || github.event_name == 'pull_request'
if: github.event_name == 'release' && github.event.action != 'prereleased' || github.event_name == 'pull_request'
run: |
make deploy
env:
Expand All @@ -60,7 +60,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload Release Asset
if: github.event_name == 'release' || github.event.action == 'prereleased'
if: github.event_name == 'release'
id: upload-release-asset
uses: actions/upload-release-asset@v1
env:
Expand Down

0 comments on commit 0cbada3

Please sign in to comment.