Skip to content

Commit

Permalink
change triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
thetoolsmith committed Dec 27, 2024
1 parent 15e622c commit 5562ca8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@ on:
types:
- completed
push:
branches:
- main

jobs:
build:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
#if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- name: 'Checkout GitHub Action'
id: checkout
Expand Down

0 comments on commit 5562ca8

Please sign in to comment.