Skip to content

Commit

Permalink
chore: Update trigger-teamcity-builds.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-polk authored Nov 7, 2024
1 parent 09ae494 commit 54b0532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trigger-teamcity-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
trigger-teamcity:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
if: ${{ github.event_name == 'workflow_dispatch' || github.event.workflow_run.conclusion == 'success' }}
steps:
- name: Trigger TeamCity Build for Bloom Reader Alpha
uses: JetBrains/teamcity-github-action@v1
Expand Down

0 comments on commit 54b0532

Please sign in to comment.